Converts a WideString value to a string of 4-byte Unicode characters.
function WideStringToUCS4String(const S: WideString): UCS4String;
UCS4String WideStringToUCS4String(const BSTR S);
System
Call WideStringToUCS4String to convert a WideString value to a string of UCS4 (4-byte Unicode) characters. UCS4 strings are used by some Linux operating system calls.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|