'Declaration Public Shared Function IsNumeric( _ ByVal Expression As Object _ ) As Boolean
public static bool IsNumeric( object Expression )
Parameters
- Expression
- Required. Object expression.
Return Value
Returns a Boolean value indicating whether an expression can be evaluated as a number.