CodePage Enumeration
Indicate the code page to use in performing a character conversion
when calling the
MultiByteToWideChar(CodePage, MultiByteCharConversionType, Byte, Int32, Char, Int32)
or
WideCharToMultiByte(CodePage, WideCharConversionType, String, Int32, StringBuilder, Int32, String, Boolean) functions.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration CodePage
Dim instance As CodePage
public enum class CodePage
No code example is currently available or this language may not be supported.
Ansi |
0 |
The system default Windows ANSI code page.
|
OEM |
1 |
The current system OEM code page.
|
Macintosh |
2 |
The current system Macintosh code page.
|
ThreadANSI |
3 |
The Windows ANSI code page for the current thread.
|
Symbol |
42 |
Symbol code page (42).
|
UTF7 |
65,000 |
UTF-7.
Use this value only when forced by a 7-bit transport mechanism.
Use of UTF-8 is preferred.
|
UTF8 |
65,001 |
UTF-8.
|