[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.MaskFormatter.-ctor

MaskFormatter Constructor

MaskFormatter()

Creates a new mask formatter with default values.

Declaration
public MaskFormatter()
Public Sub New()

MaskFormatter(MaskType)

Creates a new mask formatter with the specified type of mask.

Declaration
public MaskFormatter(MaskType masktype)
Public Sub New(masktype As MaskType)
Parameters
Type Name Description
MaskType masktype

Type of mask

MaskFormatter(MaskType, string)

Creates a new mask formatter with the specified type of mask and format.

Declaration
public MaskFormatter(MaskType masktype, string formatstring)
Public Sub New(masktype As MaskType, formatstring As String)
Parameters
Type Name Description
MaskType masktype

Type of mask

string formatstring

Format string