Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcError Class / Parse Method
String to be parsed


In This Topic
    Parse Method (CalcError)
    In This Topic
    Converts the string to an error.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal s As String _
    ) As CalcError
    'Usage
     
    
    Dim s As String
    Dim value As CalcError
     
    value = CalcError.Parse(s)
    public static CalcError Parse( 
       string s
    )

    Parameters

    s
    String to be parsed

    Return Value

    Error represented by the string
    Exceptions
    ExceptionDescription
    String does not represent an error.
    See Also