MathMethods.IsTextOrNumber(String) Method
Determines whether the given value can be interpreted as a string or a number.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static bool IsTextOrNumber(
string value
)
Public Shared Function IsTextOrNumber (
value As String
) As Boolean
public:
static bool IsTextOrNumber(
String^ value
)
static member IsTextOrNumber :
value : string -> bool
- value String
- Value to check.
Booleantrue if a value can be interpreted as a string or a number,
false otherwise.