StringHelper..::..IsNumeric Method

Determines whether this instance is numeric.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static bool IsNumeric(
	string theValue
)

Parameters

theValue
Type: String
The value.

Return Value

true if the specified the value is numeric; otherwise, false.