[]
        
(Showing Draft Content)

FarPoint.CalcEngine.CalcError.Parse

Parse Method

Parse(string)

Converts the string to an error.

Declaration
public static CalcError Parse(string s)
Public Shared Function Parse(s As String) As CalcError
Parameters
Type Name Description
string s

String to be parsed

Returns
Type Description
CalcError

Error represented by the string

Exceptions
Type Condition
FormatException

String does not represent an error.