MathMethods.IsNumber(SessionProfile, String) Method
Check if a string can be converted into a number with a given session options.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static bool IsNumber(
SessionProfile sessionProfile,
string value
)
Public Shared Function IsNumber (
sessionProfile As SessionProfile,
value As String
) As Boolean
public:
static bool IsNumber(
SessionProfile^ sessionProfile,
String^ value
)
static member IsNumber :
sessionProfile : SessionProfile *
value : string -> bool
- sessionProfile SessionProfile
- Current session options.
- value String
- Value to check possibility to convert to.
Booleantrue if a value can be converted,
false otherwise.