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
)
Public Shared Function IsNumeric (
p_Srce As String
) As Boolean
Parameters
- p_Srce
- Type: SystemString
The p_ srce.
Return Value
Type:
Booleantrue if the specified p_ srce is numeric; otherwise,
false.
Remarks See Also