System.WideCharLenToString
Delphi
function WideCharLenToString(Source: PWideChar; SourceLen: Integer): UnicodeString;
C++
extern DELPHI_PACKAGE UnicodeString __fastcall WideCharLenToString(WideChar * Source, int SourceLen);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
Description
Converts WideString characters to UnicodeString.
WideCharLenToString converts SourceLen WideString characters from the buffer given by Source to a UnicodeString.