MaskedTextProvider Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the MaskedTextProvider class using the specified mask.
Assembly: System (in System.dll)
Use of this constructor is exactly equivalent to the following call to the MaskedTextProvider::MaskedTextProvider(String^, CultureInfo^, Boolean, Char, Char, Boolean) constructor:
MaskedTextProvider(mask , null, true, '_', '\0', false)
.NET Framework
Available since 2.0
Available since 2.0
Show: