Click or drag to resize

EAPUtilIsNumeric Method

Determines if the string expression is a numeric type.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsNumeric(
	string expr
)

Parameters

expr
Type: SystemString
A string containing a number to convert.

Return Value

Type: Boolean
true if expr is converted successfully; otherwise, false
Remarks
Will NOT throw an exception.
See Also