CFStringGetLength

Header: CFString.h Carbon status: Supported

Obtains the number of Unicode characters in a CFString object.

CFIndex CFStringGetLength (
    CFStringRef theString
);
Parameter descriptions
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.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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