CFStringGetLengthHeader: CFString.h

Obtains the number of Unicode characters in a CFString object.

CFIndex CFStringGetLength (
    CFStringRef theString
);
theString

A reference to the CFString object whose length (in terms of Unicode characters) you wish to know.

function result

An integer representing the number of Unicode characters stored by a CFString object.


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