MathMethods.IsTextOrNumber(IPrimitive) Method
Determines whether the given
Term 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(
IPrimitive value
)
Public Shared Function IsTextOrNumber (
value As IPrimitive
) As Boolean
public:
static bool IsTextOrNumber(
IPrimitive^ value
)
static member IsTextOrNumber :
value : IPrimitive -> bool
- value IPrimitive
- Term to check.
Booleantrue if a
Term can be interpreted as a string or a number,
false otherwise.