HexBox
Search Results for

    Show / Hide Table of Contents

    Class DefaultByteCharConverter

    The default IByteCharConverter implementation.

    Inheritance
    object
    DefaultByteCharConverter
    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 DefaultByteCharConverter : IByteCharConverter

    Constructors

    View Source

    DefaultByteCharConverter()

    Declaration
    public DefaultByteCharConverter()

    Methods

    View Source

    ToByte(char)

    Returns the byte to use for the 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 character to display for 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