StringHelper
.
.
::
.
.
IsNumeric Method
Determines whether this instance is numeric.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
bool
IsNumeric
(
string
theValue
)
Parameters
theValue
Type:
String
The value.
Return Value
true
if the specified the value is numeric; otherwise,
false
.
See Also
StringHelper Class
Core Namespace