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( IFormatProvider formatProvider ) |
| Visual Basic |
|---|
Public Sub New ( formatProvider As IFormatProvider ) |
| Visual C++ |
|---|
public: StringConverter( IFormatProvider^ formatProvider ) |
| F# |
|---|
new : formatProvider : IFormatProvider -> StringConverter |
Parameters
- formatProvider
- Type: System..::..IFormatProvider
The format provider.