Spread Windows Forms 12.0 Product Documentation
IsNegative Method


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IManageFmtInput Interface : IsNegative Method
String of text
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)
bool IsNegative( 
   string text
)

Parameters

text
String of text
See Also

Reference

IManageFmtInput Interface
IManageFmtInput Members