EBCDICEncoding Constructors
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.
Overloads
| EBCDICEncoding() | |
| EBCDICEncoding(Int32) |
EBCDICEncoding()
public:
EBCDICEncoding();
public EBCDICEncoding ();
Public Sub New ()
Applies to
EBCDICEncoding(Int32)
public:
EBCDICEncoding(int codePage);
public EBCDICEncoding (int codePage);
new Microsoft.HostIntegration.SNA.Session.EBCDICEncoding : int -> Microsoft.HostIntegration.SNA.Session.EBCDICEncoding
Public Sub New (codePage As Integer)
Parameters
- codePage
- Int32