RAD Studio VCL Reference
|
Converts an Unicode string to its UCS-4 encoded representation.
function UnicodeStringToUCS4String(const S: UnicodeString): UCS4String;
UCS4String UnicodeStringToUCS4String(const UnicodeString S);
Call UnicodeStringToUCS4String to convert an Unicode string to its UCS-4 encoded representation. S is an Unicode string that contains UTF-16 characters. The result of the function is the corresponding UCS-4 string value.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|