Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class / GetPseudoParsedStringType Method
Value string


In This Topic
    GetPseudoParsedStringType Method
    In This Topic
    Gets the parsed string type.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetPseudoParsedStringType( _
       ByVal value As String _
    ) As Integer
    'Usage
     
    
    Dim instance As GeneralFormatter
    Dim value As String
    Dim value As Integer
     
    value = instance.GetPseudoParsedStringType(value)
    public virtual int GetPseudoParsedStringType( 
       string value
    )

    Parameters

    value
    Value string
    See Also