'Declaration
Public Shared Function TryParse( _ ByVal s As String, _ ByRef error As CalcError _ ) As Boolean
Parameters
- s
- String to be parsed
- error
- Error represented by the string
Return Value
True if the string is converted successfully; false otherwise