CFStringCapitalize

Header: CFString.h Carbon status: Supported

Changes the first character represented by a CFString object to uppercase (if it is a lowercase alphabetical character).

void CFStringCapitalize (
    CFMutableStringRef theString, 
    const void *localeTBD
);
Parameter descriptions
theString

Pass a reference to a mutable CFString object whose characters you want capitalized. If theString is not a mutable CFString object an assertion is raised.

localeTBD

Pass an untyped pointer to locale-specific information. 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)