Encoding Constructor
.NET Framework (current version)
Initializes a new instance of the Encoding class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Encoding() | Initializes a new instance of the Encoding class. |
![]() | Encoding(Int32) | Initializes a new instance of the Encoding class that corresponds to the specified code page. |
![]() | Encoding(Int32, EncoderFallback^, DecoderFallback^) | Initializes a new instance of the Encoding class that corresponds to the specified code page with the specified encoder and decoder fallback strategies. |
Show:
