HexBox
Search Results for

    Show / Hide Table of Contents

    Class EbcdicByteCharProvider

    A byte char provider that can translate bytes encoded in codepage 500 EBCDIC

    Inheritance
    object
    EbcdicByteCharProvider
    Implements
    IByteCharConverter
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Be.Windows.Forms
    Assembly: Be.Windows.Forms.HexBox.dll
    Syntax
    public class EbcdicByteCharProvider : IByteCharConverter

    Constructors

    View Source

    EbcdicByteCharProvider()

    Declaration
    public EbcdicByteCharProvider()

    Methods

    View Source

    ToByte(char)

    Returns the byte corresponding to the EBCDIC character passed across.

    Declaration
    public virtual byte ToByte(char c)
    Parameters
    Type Name Description
    char c
    Returns
    Type Description
    byte
    View Source

    ToChar(byte)

    Returns the EBCDIC character corresponding to the byte passed across.

    Declaration
    public virtual char ToChar(byte b)
    Parameters
    Type Name Description
    byte b
    Returns
    Type Description
    char
    View Source

    ToString()

    Returns a description of the byte char provider.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IByteCharConverter
    • View Source
    In this article
    Back to top Generated by DocFX