Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CalcHelper Class / IsNumericValue Method
The value to check.


In This Topic
    IsNumericValue Method
    In This Topic
    Gets a boolean value indicating whether the specified value is numeric.
    Syntax
    'Declaration
     
    
    Public Shared Function IsNumericValue( _
       ByVal value As Object _
    ) As Boolean
    'Usage
     
    
    Dim value As Object
    Dim value As Boolean
     
    value = CalcHelper.IsNumericValue(value)
    public static bool IsNumericValue( 
       object value
    )

    Parameters

    value
    The value to check.

    Return Value

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