Gets or sets the default culture for all instances of the StringConverter class.

Namespace: Dapfor.Wpf.Converters
Assembly: 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: IFormatProvider
The default culture.

See Also