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)
Syntaxpublic static bool IsNumeric(
string expr
)
Public Shared Function IsNumeric (
expr As String
) As Boolean
Parameters
- expr
- Type: SystemString
A string containing a number to convert.
Return Value
Type:
Booleantrue if expr is converted successfully; otherwise, false
RemarksWill NOT throw an exception.
See Also