Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / HasNegativeSign Method
Text string


In This Topic
    HasNegativeSign Method
    In This Topic
    Determines whether the specified text has a negative sign.
    Syntax
    'Declaration
     
    
    Public Function HasNegativeSign( _
       ByVal text As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As MaskFormatter
    Dim text As String
    Dim value As Boolean
     
    value = instance.HasNegativeSign(text)
    public bool HasNegativeSign( 
       string text
    )

    Parameters

    text
    Text string

    Return Value

    Whether text has negative sign
    See Also