This topic has not yet been rated - Rate this topic

UnicodeEncoding enumeration

Specifies the type of character encoding for a stream.

Syntax


public enum UnicodeEncoding

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The UnicodeEncoding enumeration has these members.

MemberValueDescription
Utf8 | utf80

The encoding is UTF-8.

Utf16LE | utf16LE1

The encoding is UTF-16, with the least significant byte first in the two eight-bit bytes.

Utf16BE | utf16BE2

The encoding is UTF-16, with the most significant byte first in the two eight-bit bytes.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.Storage.Streams
Windows::Storage::Streams [C++]

Metadata

Windows.winmd

See also

DataReader.UnicodeEncoding
DataWriter.UnicodeEncoding
FileIO
PathIO

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.