[]
Converts the string to an error.
public static CalcError Parse(string s)
Public Shared Function Parse(s As String) As CalcError
Type | Name | Description |
---|---|---|
string | s | String to be parsed |
Type | Description |
---|---|
CalcError | Error represented by the string |
Type | Condition |
---|---|
FormatException | String does not represent an error. |