הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Definition
Specifies the text encoding type.
Allowed values
| Name | Value | Description |
|---|---|---|
| TextEncoding.Utf16 | 1200 | Use to choose the UTF16 little endian binary form. |
| TextEncoding.Unicode | 1200 | Use to choose the UTF16 little endian binary form. |
| TextEncoding.BigEndianUnicode | 1201 | Use to choose the UTF16 big endian binary form. |
| TextEncoding.Windows | 1252 | Use to choose the Windows binary form. |
| TextEncoding.Ascii | 20127 | Use to choose the ASCII binary form. |
| TextEncoding.Utf8 | 65001 | Use to choose the UTF8 binary form. |
Note
Any text encoding parameter should accept any of the Windows code pages by number. You don’t need an M enumeration for it.