Represents a mask-parsing service that can be used by any number of controls that support masking, such as the MaskedTextBox control.
For a list of all members of this type, see MaskedTextProvider Members.
System.Object
Resco.Controls.MaskedTextBox.MaskedTextProvider
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The MaskedTextBox control contains a mask, composed of literal characters and formatting elements, that it tests all user input against. Instead of permanently associating a specific mask-parsing engine with MaskedTextBox, Resco Controls provides it as a separate service, represented by the MaskedTextProvider class, which defines the syntax of the masking language discussed in the documentation for the Mask property.
Namespace: Resco.Controls.MaskedTextBox
Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)
MaskedTextProvider Members | Resco.Controls.MaskedTextBox Namespace