Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / ParseFormatString Method


In This Topic
    ParseFormatString Method
    In This Topic
    Parses the format string.
    Syntax
    'Declaration
     
    
    Public Overridable Function ParseFormatString() As Boolean
    'Usage
     
    
    Dim instance As MaskFormatter
    Dim value As Boolean
     
    value = instance.ParseFormatString()
    public virtual bool ParseFormatString()

    Return Value

    Whether parsing successful
    See Also