Click or drag to resize
DynamicJsonObjectIsNumeric Method
Determine if the specified expression is numeric

Namespace: Rally.RestApi.Json
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public static bool IsNumeric(
	Object expression
)

Parameters

expression
Type: SystemObject
The expression to be evaluated

Return Value

Type: Boolean
true if numeric, false otherwise
See Also