MathMethods.IsTextOrNumber(String) Method

Determines whether the given value can be interpreted as a string or a number.

Definition

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

Parameters

value  String
Value to check.

Return Value

Boolean
true if a value can be interpreted as a string or a number, false otherwise.

See Also