Gets or sets the format string.
Namespace: Dapfor.Wpf.ConvertersAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public string FormatString { get; set; } |
| Visual Basic |
|---|
Public Property FormatString As String Get Set |
| Visual C++ |
|---|
public: property String^ FormatString { String^ get (); void set (String^ value); } |
| F# |
|---|
member FormatString : string with get, set |
Property Value
Type: StringThe format string.