Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcError Class / Parse Method
String to be parsed


Parse Method (CalcError)
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)

Parameters

s
String to be parsed

Return Value

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