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