Mount Fuji Engine  0.8b
MF_API bool MFString_IsNumber ( const char *  pString,
bool  bAllowHex = true 
)

Tests to see if a given string contains a decimal or hexadecimal number (using '0x' hex notation).

Parameters
pStringString to test.
bAllowHexTest also if the string is a hexadecimal number.
Returns
True if the string was a valid number.