MathMethodsIsNumber(String) Method

Check if a string can be converted into a number.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static bool IsNumber(
	string value
)

Parameters

value  String
 

Return Value

Boolean

See Also