[]
Returns whether a string is negative according to the regional settings.
bool IsNegative(string text)
Function IsNegative(text As String) As Boolean
Type | Name | Description |
---|---|---|
string | text | String of text |
Type | Description |
---|---|
bool | true if is negative;otherwise false |