NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsNumeric Function

Returns a Boolean value indicating whether an expression can be evaluated as a number.

IsNumeric(expression)

The required expression argument is an ObjectdefObjectDataType@veendf98.chmcontaining a numeric expression or string expression.

Remarks

IsNumeric returns True if the entire expression is recognized as a number; otherwise, it returns False.

IsNumeric returns False if expression is a date expression.

See Also

Example

IsArray Function | IsDate Function | IsEmpty Function | IsError Function | IsNull Function | IsObject Function | TypeName Function