Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface / IsNegative Method
String of text


In This Topic
    IsNegative Method (IManageFmtInput)
    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)
    bool IsNegative( 
       string text
    )

    Parameters

    text
    String of text
    See Also