Is the character part of a numeric int (0-9) ?
The character to evaluate
xf.Str.CharIsNumericInt("a") => False xf.Str.CharIsNumericInt("5") => True xf.Str.CharIsNumericInt(".") => False