Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class
Properties Methods Events


In This Topic
    MaskFormatter Class Members
    In This Topic

    The following tables list the members exposed by MaskFormatter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the format string.  
    Public PropertySets allow ignore throw format exception or not.  
    Public PropertyIf implemented, it supports methods which allow an editor to use for validating and formatting user input.  
    Public PropertyGets or sets the mask character.  
    Public PropertyGets or sets the type of mask (ex: none, PicMask, Float).  
    Public PropertyGets or sets the regional settings.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyDetermines whether the format string has been parsed since it was set or changed (or something else changed).  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Parses and returns the "value" from a formatted string.  
    Public MethodParses and returns the "value" from an unformatted string.  
    Public MethodDetermines whether the specified text has a negative sign.  
    Public MethodParses the format string.  
    Public MethodReturns a formatted string (plus attributes) for the value passed.  
    Public MethodReturns an unformatted string for the value passed.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOccurs when the custom mask is used.  
    Protected MethodVerifies the parsed object.  
    Top
    Public Events
     NameDescription
    Public EventHandles custom mask event.  
    Top
    See Also