MaskedTextProvider::Culture Property

 

Gets the culture that determines the value of the localizable separators and placeholders in the input mask.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property CultureInfo^ Culture {
	CultureInfo^ get();
}

Property Value

Type: System.Globalization::CultureInfo^

A CultureInfo containing the culture information associated with the input mask.

The Culture property is set in the MaskedTextProvider constructor.

.NET Framework
Available since 2.0
Return to top
Show: