Class DefaultByteCharConverter
Inheritance
DefaultByteCharConverter
Assembly: Be.Windows.Forms.HexBox.dll
public class DefaultByteCharConverter : IByteCharConverter
Constructors
View Source
Declaration
public DefaultByteCharConverter()
Methods
View Source
Returns the byte to use for the character passed across.
Declaration
public virtual byte ToByte(char c)
Parameters
| Type |
Name |
Description |
| char |
c |
|
Returns
View Source
Returns the character to display for 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