Spread Windows Forms 6.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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