isUpperString
private fn
bool isUpperString(string s)Checks if a string is all uppercase letters.
Parameters
s | The string to check. |
Returns
True if all alphabetic characters are uppercase.
bool isUpperString(string s)Checks if a string is all uppercase letters.
s | The string to check. |