CFStringGetFastestEncodingHeader: CFString.h

Obtains the encoding for the characters in a CFString that requires the least conversion time.

CFStringEncoding CFStringGetFastestEncoding (
    CFStringRef theString
);
theString

Pass a reference to a CFString object for which you want to determine the fastest encoidng.

function result

An enum constant representing a string encoding.


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