MathMethodsIsTextOrNumber(IPrimitive) Method

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

Definition

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

Parameters

value  IPrimitive
Term to check.

Return Value

Boolean
if a Term can be interpreted as a string or a number, otherwise.

See Also