MindFusion.Wpf Pack Programmer's Guide
IsNumeric

Returns a boolean value indicating whether the specified expression can be evaluated to a number.

Syntax

 Copy Code

bool IsNumeric (
    object value
)

Parameters

value
Any expression.

Return Value

true, if the specified expression is recognized as a number; otherwise, false.

See Also

Inspection Functions
IsDate Function
IsNull Function