DynamicJsonObjectIsNumeric Method |
Determine if the specified expression is numeric
Namespace: Rally.RestApi.JsonAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public static bool IsNumeric(
Object expression
)
Public Shared Function IsNumeric (
expression As Object
) As Boolean
public:
static bool IsNumeric(
Object^ expression
)
static member IsNumeric :
expression : Object -> bool
Parameters
- expression
- Type: SystemObject
The expression to be evaluated
Return Value
Type:
Booleantrue if numeric, false otherwise
See Also