'Usage
Dim instance As MaskFormatter Dim text As String Dim value As Boolean value = instance.HasNegativeSign(text)
Parameters
- text
- Text string
Return Value
Whether text has negative sign
'Usage
Dim instance As MaskFormatter Dim text As String Dim value As Boolean value = instance.HasNegativeSign(text)