WideCharLenToStrVar converts Unicode characters to single or multi byte character data.
procedure WideCharLenToStrVar(Source: PWideChar; SourceLen: Integer; var Dest: string);
WideCharLenToStrVar(PWideChar Source, int SourceLen, AnsiString Dest);
System
The WideCharToStrVar procedure converts SourceLen WideChar (Unicode) characters from Source into single or multi byte character data, and copies the result into Dest.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|