[]
Gets the text of the specified error value..
public string GetErrorText(CalcError error)
Public Function GetErrorText([error] As CalcError) As String
Type | Name | Description |
---|---|---|
CalcError | error | The error value. |
Type | Description |
---|---|
string | The text represents the specified error value. |