The IsCharUpper function determines whether a character is uppercase. This determination is based on the semantics of the language selected by the user during setup or by using Control Panel.
BOOL IsCharUpper(
TCHAR ch |
// character to test |
); |
If the character is uppercase, the return value is nonzero.
If the character is not uppercase, the return value is zero. To get extended error information, call GetLastError.
file: /Techref/os/win/api/win32/func/src/f51_19.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/12 20:07,
18.191.205.170:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/func/src/f51_19.htm"> IsCharUpper</A> |
Did you find what you needed? |