Translation Between String Types
The following Win32 functions translate character strings from one string type
to another.
The
WideCharToMultiByte and
MultiByteToWideChar functions are particularly useful for applications that support several
string types. ANSI C also defines the conversion functions
wcstombs and
mbstowcs, but they can only convert to and from the character set supported by the
standard C library.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples