RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.UnicodeStringToUCS4String Function

Converts an Unicode string to its UCS-4 encoded representation.

Pascal
function UnicodeStringToUCS4String(const S: UnicodeString): UCS4String;
C++
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!