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