MathMethodsIsNumber(SessionProfile, String) Method
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.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
-
- value String
-
Boolean