This function checks if entire string is uppercase The scanning stops at the first null or after dmax characters.
- Parameters
-
dest | pointer to string |
dmax | maximum length of string |
- Precondition
- dest shall not be a null pointer.
-
dmax shall not equal zero.
-
dmax shall not be greater than RSIZE_MAX_STR.
- Returns
- true when string is uppercase
-
false when string is not uppercase or an error occurred
- See also
- strisalphanumeric_s(), strisascii_s(), strisdigit_s(), strishex_s(), strislowercase_s(), strismixedcase_s(),