StrIsNumber

This function show if string can be converted to number.

StrIsNumber(string)
stringSource string.

Function return True, if string can be converted to number, False in opposite case.

Function return True, if *string** is string appearance of floating pont number, integer, or hexadecimal number written as '$FFAA00'.