![]() |
CFStringLowercase | Header: CFString.h |
Changes all uppercase alphabetical characters in a mutable CFString to lowercase.
void CFStringLowercase ( CFMutableStringRef theString, const void *localeTBD );
Pass a reference to a mutable CFString object whose alphabetical characters you want in lowercase. 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.