Checks if a string is numeric
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax bool IsNumeric(
string Str
)
Function IsNumeric (
Str As String
) As Boolean
bool IsNumeric(
String^ Str
)
abstract IsNumeric :
Str : string -> bool
Parameters
- Str
- Type: SystemString
String
Return Value
Type:
BooleanTrue/False whether the string is a number
See Also