Is the character an uppercase alphabetic (A..Z) ?
The character to evaluate
xf.Str.CharIsUpper("%") => False xf.Str.CharIsUpper("a") => False xf.Str.CharIsUpper("F") => True