Mono Class Library: System.Text.UnicodeEncoding Overview | Members

System.Text.UnicodeEncoding Constructor

Constructs and initializes a new instance of the System.Text.UnicodeEncoding class using the specified Boolean flags. [Edit]

public UnicodeEncoding (bool bigEndian, bool byteOrderMark)

Parameters

bigEndian
A bool value that specifies the byte-ordering to use for the new instance. Specify true to use big-endian ordering; specify false to use little-endian ordering. [Edit]
byteOrderMark
A bool value that specifies whether to include the Unicode byte order mark in translated strings. Specify true to include the Unicode byte-order mark; otherwise, specify false . [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0