Is the string Alphabetic (A..Z, a..z) ?
The string to evaluate
xf.Str.StringIsCurrency("VarName") => True
xf.Str.StringIsCurrency("Testing123") => False
xf.Str.StringIsCurrency("Testing 123") => False
xf.Str.StringIsCurrency("134.33") => False