RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.WideCharLenToString Function

Converts WideString characters to UnicodeString.

Pascal
function WideCharLenToString(Source: PWideChar; SourceLen: Integer): UnicodeString;
C++
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!