Click or drag to resize
ModuleSharedClassesIsNumeric Method (String)
Determines whether the specified p_ srce is numeric.

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsNumeric(
	string p_Srce
)

Parameters

p_Srce
Type: SystemString
The p_ srce.

Return Value

Type: Boolean
true if the specified p_ srce is numeric; otherwise, false.
Remarks