CFStringLowercaseHeader: CFString.h

Changes all uppercase alphabetical characters in a mutable CFString to lowercase.

void CFStringLowercase (
    CFMutableStringRef theString, 
    const void *localeTBD
);
theString

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.

localeTBD

Pass an untyped pointer to local-specific data. Currently this parameter is unimplemented.


© 1999 Apple Computer, Inc. — (Last Updated 9/15/99)