'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 tried; false otherwise
'Declaration
Public Shared Function TryParse( _ ByVal s As String, _ ByRef error As CalcError _ ) As Boolean