IsFigureText
Check if the string param s contains fugure or not.
If s can be converted as figure - Returns True, else False
NB: Figure means hex or decimal value. Can be with hex prefixes like $A32 or 0xA32
Pascal
function IsFigureText(s : String) : Boolean;
method not implemented.