Spread Windows Forms 7.0 Product Documentation
IsNegative Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IManageFmtInput Interface : IsNegative Method


text
String of text

Glossary Item Box

Returns whether a string is negative according to the regional settings.

Syntax

Visual Basic (Declaration) 
Function IsNegative( _
   ByVal text As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IManageFmtInput
Dim text As String
Dim value As Boolean
 
value = instance.IsNegative(text)
C# 
bool IsNegative( 
   string text
)

Parameters

text
String of text

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.