CFStringGetLength |
||||
Header: | CFString.h | Carbon status: | Supported | |
Obtains the number of Unicode characters in a CFString object.
CFIndex CFStringGetLength ( CFStringRef theString );
A reference to the CFString object whose length (in terms of Unicode characters) you wish to know.
An integer representing the number of Unicode characters stored by a CFString object.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)