bool IsNegative( string text )
'Declaration Function IsNegative( _ ByVal text As String _ ) As Boolean
'Declaration
Function IsNegative( _ ByVal text As String _ ) As Boolean
'Usage Dim instance As IManageFmtInput Dim text As String Dim value As Boolean value = instance.IsNegative(text)
'Usage
Dim instance As IManageFmtInput Dim text As String Dim value As Boolean value = instance.IsNegative(text)
IManageFmtInput Interface IManageFmtInput Members