[]
        
(Showing Draft Content)

FarPoint.CalcEngine.CalcError.TryParse

TryParse Method

TryParse(string, out CalcError)

Converts a string to an error.

Declaration
public static bool TryParse(string s, out CalcError error)
Public Shared Function TryParse(s As String, ByRef [error] As CalcError) As Boolean
Parameters
Type Name Description
string s

String to be parsed

CalcError error

Error represented by the string

Returns
Type Description
bool

True if the string is converted successfully; false otherwise