Gets or sets the default culture for all instances 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 static IFormatProvider DefaultCulture { get; set; } |
Visual Basic |
---|
Public Shared Property DefaultCulture As IFormatProvider
Get
Set |
Visual C++ |
---|
public:
static property IFormatProvider^ DefaultCulture {
IFormatProvider^ get ();
void set (IFormatProvider^ value);
} |
F# |
---|
static member DefaultCulture : IFormatProvider with get, set
|
Property Value
Type:
IFormatProviderThe default culture.
See Also