Click or drag to resize

IToolsIsNumeric Method

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
)

Parameters

Str
Type: SystemString
String

Return Value

Type: Boolean
True/False whether the string is a number
See Also