[]
Determines whether the specified text has a negative sign.
public bool HasNegativeSign(string text)
Public Function HasNegativeSign(text As String) As Boolean
Type | Name | Description |
---|---|---|
string | text | Text string |
Type | Description |
---|---|
bool | Whether text has negative sign |