EncodingInfo(EncodingProvider, Int32, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs an EncodingInfo object.
public:
EncodingInfo(System::Text::EncodingProvider ^ provider, int codePage, System::String ^ name, System::String ^ displayName);
public EncodingInfo (System.Text.EncodingProvider provider, int codePage, string name, string displayName);
new System.Text.EncodingInfo : System.Text.EncodingProvider * int * string * string -> System.Text.EncodingInfo
Public Sub New (provider As EncodingProvider, codePage As Integer, name As String, displayName As String)
Parameters
- provider
- EncodingProvider
The provider that created this EncodingInfo object.
- codePage
- Int32
The encoding codepage.
- name
- String
The encoding name.
- displayName
- String
The encoding display name.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.