Initializes a new instance of the StringConverter class.
Namespace: Dapfor.Wpf.ConvertersAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public StringConverter( string formatString ) |
Visual Basic |
---|
Public Sub New ( formatString As String ) |
Visual C++ |
---|
public: StringConverter( String^ formatString ) |
F# |
---|
new : formatString : string -> StringConverter |
Parameters
- formatString
- Type: System..::..String
The string format, passed to the Format(String, array<Object>[]()[][]) method. See MSDN library for more details.