MaskedTextProvider Constructor (String^, CultureInfo^)
.NET Framework (current version)
Initializes a new instance of the MaskedTextProvider class using the specified mask and culture.
Assembly: System (in System.dll)
Parameters
- mask
-
Type:
System::String^
A String that represents the input mask.
- culture
-
Type:
System.Globalization::CultureInfo^
A CultureInfo that is used to set region-sensitive separator characters.
Use of this constructor is exactly equivalent to the following call to the MaskedTextProvider::MaskedTextProvider(String^, CultureInfo^, Boolean, Char, Char, Boolean) constructor:
MaskedTextProvider(mask , culture, true, '_', '\0', false)
.NET Framework
Available since 2.0
Available since 2.0
Show: