The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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:
