Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / IsFormattedAsNumeric Method
A double value indicates the number.


In This Topic
    IsFormattedAsNumeric Method
    In This Topic
    Determines whether the specified numeric value is formatted as numeric.
    Syntax
    'Declaration
     
    
    Function IsFormattedAsNumeric( _
       ByVal number As Double _
    ) As Boolean
    'Usage
     
    
    Dim instance As IFormatter
    Dim number As Double
    Dim value As Boolean
     
    value = instance.IsFormattedAsNumeric(number)
    bool IsFormattedAsNumeric( 
       double number
    )

    Parameters

    number
    A double value indicates the number.

    Return Value

    true if the specified numeric value is formatted as numeric; otherwise, false.
    See Also