![]() |
CFStringUppercase | Header: CFString.h |
Changes all lowercase alphabetical characters in a mutable CFString object to uppercase.
void CFStringUppercase ( CFMutableStringRef theString, const void *localeTBD );
Pass a reference to a mutable CFString object whose alphabetical characters you want in uppercase. If theString is not a mutable CFString object an assertion is raised.
Pass an untyped pointer to local-specific data. Currently this parameter is unimplemented.