Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface / IsNegative Method
String of text


In This Topic
IsNegative Method
In This Topic
Returns whether a string is negative according to the regional settings.
Syntax
'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)

Parameters

text
String of text
See Also