IsCharNumeric Function

Returns whether a character is numeric.

bool IsCharNumeric(int chr)

Parameters

int chr

Character to test.

Return Value

True if character is numeric, otherwise false.

Notes

Multi-byte characters will always return false.