![]() |
CFStringGetLength | Header: CFString.h |
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.