RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.WideCharToString Function

Converts null-terminated Unicode string to single or multi byte character data.

Pascal
function WideCharToString(Source: PWideChar): string;
C++
AnsiString WideCharToString(PWideChar Source);

System

WideCharToString converts the given null-terminated Unicode string 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!