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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.