Class EbcdicByteCharProvider
A byte char provider that can translate bytes encoded in codepage 500 EBCDIC
Inheritance
EbcdicByteCharProvider
Assembly: Be.Windows.Forms.HexBox.dll
public class EbcdicByteCharProvider : IByteCharConverter
Constructors
View Source
Declaration
public EbcdicByteCharProvider()
Methods
View Source
Returns the byte corresponding to the EBCDIC character passed across.
Declaration
public virtual byte ToByte(char c)
Parameters
| Type |
Name |
Description |
| char |
c |
|
Returns
View Source
Returns the EBCDIC character corresponding to the byte passed across.
Declaration
public virtual char ToChar(byte b)
Parameters
| Type |
Name |
Description |
| byte |
b |
|
Returns
View Source
Returns a description of the byte char provider.
Declaration
public override string ToString()
Returns
Overrides
Implements