Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / MaskFormatter Constructor / MaskFormatter Constructor(MaskType,String)
Type of mask
Format string


In This Topic
    MaskFormatter Constructor(MaskType,String)
    In This Topic
    Creates a new mask formatter with the specified type of mask and format.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal masktype As MaskType, _
       ByVal formatstring As String _
    )
    'Usage
     
    
    Dim masktype As MaskType
    Dim formatstring As String
     
    Dim instance As New MaskFormatter(masktype, formatstring)
    public MaskFormatter( 
       MaskType masktype,
       string formatstring
    )

    Parameters

    masktype
    Type of mask
    formatstring
    Format string
    See Also