Encoding::Unicode Property

Gets an encoding for the UTF-16 format using the little-endian byte order.

Namespace:  System.Text
Assembly:  mscorlib (in mscorlib.dll)

No code example is currently available or this language may not be supported.

Property Value

Type: System.Text::Encoding
A Encoding for the UTF-16 format using the little-endian byte order.

For a discussion of little-endian byte order, see the Encoding class topic.

For information about the UTFs and other encodings supported by Unicode, see Understanding Encodings.

The following code example determines the number of bytes required to encode a character array, encodes the characters, and displays the resulting bytes.

No code example is currently available or this language may not be supported.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

ADD
Show: