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

System.Text.UTF8Encoding Constructor

Constructs a new instance of the System.Text.UTF8Encoding class using the specified bool flags.

public UTF8Encoding (bool encoderShouldEmitUTF8Identifier, bool throwOnInvalidBytes)

Parameters

encoderShouldEmitUTF8Identifier
A bool that indicates whether the Unicode byte order mark in UTF-8 is recognized or emitted when reading from or writing to a System.IO.Stream .
throwOnInvalidBytes
A bool that indicates whether error-checking is turned on for the current instance.
throwOnInvalidBytes
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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