[]
Converts a string to an error.
public static bool TryParse(string s, out CalcError error)
Public Shared Function TryParse(s As String, ByRef [error] As CalcError) As Boolean
Type | Name | Description |
---|---|---|
string | s | String to be parsed |
CalcError | error | Error represented by the string |
Type | Description |
---|---|
bool | True if the string is converted successfully; false otherwise |