CFStringLowercase

Header: CFString.h Carbon status: Supported

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

void CFStringLowercase (
    CFMutableStringRef theString, 
    const void *localeTBD
);
Parameter descriptions
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.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)