Is the string a valid Integer (ie. CInt(s) will succeed) ?
The string to evaluate
xf.Str.StringIsInteger(
"-4555"
) =>
True
"-2354345354"
False
"134.33"