Share via


Decoder Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the Decoder class.

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

Syntax

'Declaration
Protected Sub New
protected Decoder()
protected:
Decoder()
new : unit -> Decoder
protected function Decoder()

Remarks

To obtain an instance of an implementation of this class, the application should use the GetDecoder method of a Encoding implementation.

.NET Framework Security

See Also

Reference

Decoder Class

System.Text Namespace