MathMethods.IsNumber(String) Method
Check if a string can be converted into a number.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static bool IsNumber(
string value
)
Public Shared Function IsNumber (
value As String
) As Boolean
public:
static bool IsNumber(
String^ value
)
static member IsNumber :
value : string -> bool
- value String
- Value to check possibility to convert to.
Booleantrue if a value can be converted,
false otherwise.