Encoding Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Encoding type exposes the following members.
| Name | Description | |
|---|---|---|
|
BigEndianUnicode | Gets an encoding for the UTF-16 format that uses the big-endian byte order. |
|
Unicode | Gets an encoding for the UTF-16 format using the little-endian byte order. |
|
UTF8 | Gets an encoding for the UTF-8 format. |
|
WebName | When overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding. |
Show: