RAD Studio VCL Reference
|
Converts WideString characters to UnicodeString.
function WideCharLenToString(Source: PWideChar; SourceLen: Integer): UnicodeString;
UnicodeString WideCharLenToString(PWideChar Source, int SourceLen);
WideCharLenToString converts SourceLen WideString characters from the buffer given by Source to a UnicodeString.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|