JCL Help:WideStringToStringEx

From Project JEDI Wiki
Jump to navigationJump to search


Summary

WideStringToStringEx maps a WideString to a string based on the specified codepage.


Pascal

 function WideStringToStringEx(const WS: WideString; CodePage: Word): AnsiString;


Parameters

Parameters Description
const WS: WideString The WideString to convert.
CodePage: Word The code page to be used by the conversion. You can specify the value of any available code page or one of the following values:


Return Value

The converted string.


Description

WideStringToStringEx maps a WideString to a string based on the specified codepage.


See Also

StringToWideStringEx TranslateString


About

Unit

JclUnicode


Donator

Mike Lischke


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page