MathMethods.IsNumber(SessionProfile, String) Method

Check if a string can be converted into a number with a given session options.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static bool IsNumber(
	SessionProfile sessionProfile,
	string value
)

Parameters

sessionProfile  SessionProfile
Current session options.
value  String
Value to check possibility to convert to.

Return Value

Boolean
true if a value can be converted, false otherwise.

See Also