0 out of 1 rated this helpful - Rate this topic

MaskedTextProvider Constructor

Initializes a new instance of the MaskedTextProvider class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method MaskedTextProvider(String) Initializes a new instance of the MaskedTextProvider class using the specified mask.
Public method MaskedTextProvider(String, Boolean) Initializes a new instance of the MaskedTextProvider class using the specified mask and ASCII restriction value.
Public method MaskedTextProvider(String, CultureInfo) Initializes a new instance of the MaskedTextProvider class using the specified mask and culture.
Public method MaskedTextProvider(String, Char, Boolean) Initializes a new instance of the MaskedTextProvider class using the specified mask, password character, and prompt usage value.
Public method MaskedTextProvider(String, CultureInfo, Boolean) Initializes a new instance of the MaskedTextProvider class using the specified mask, culture, and ASCII restriction value.
Public method MaskedTextProvider(String, CultureInfo, Char, Boolean) Initializes a new instance of the MaskedTextProvider class using the specified mask, culture, password character, and prompt usage value.
Public method MaskedTextProvider(String, CultureInfo, Boolean, Char, Char, Boolean) Initializes a new instance of the MaskedTextProvider class using the specified mask, culture, prompt usage value, prompt character, password character, and ASCII restriction value.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.