RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.WideCharLenToString Function

Converts Unicode characters to single or multi byte character data.

Pascal
function WideCharLenToString(Source: PWideChar; SourceLen: Integer): string;
C++
AnsiString WideCharLenToString(PWideChar Source, int SourceLen);

System

WideCharLenToString converts SourceLen Unicode characters from the buffer given by Source to a string made up of single or multi byte characters. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!