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