isUpperString

private fnbool isUpperString(string s)

Checks if a string is all uppercase letters.

Parameters

sThe string to check.

Returns

True if all alphabetic characters are uppercase.