Converts values to String using standard string patterns.

Namespace: Dapfor.Wpf.Converters
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public class StringConverter : IValueConverter
Visual Basic
Public Class StringConverter
	Implements IValueConverter
Visual C++
public ref class StringConverter : IValueConverter
F#
type StringConverter =  
    class
        interface IValueConverter
    end

Inheritance Hierarchy

System..::..Object
  Dapfor.Wpf.Converters..::..StringConverter

See Also