[]
Creates a new mask formatter with default values.
public MaskFormatter()
Public Sub New()
Creates a new mask formatter with the specified type of mask.
public MaskFormatter(MaskType masktype)
Public Sub New(masktype As MaskType)
Type | Name | Description |
---|---|---|
MaskType | masktype | Type of mask |
Creates a new mask formatter with the specified type of mask and format.
public MaskFormatter(MaskType masktype, string formatstring)
Public Sub New(masktype As MaskType, formatstring As String)
Type | Name | Description |
---|---|---|
MaskType | masktype | Type of mask |
string | formatstring | Format string |