Class BinaryConverter
BinaryConverter class
public abstract class BinaryConverter
Properties
Methods
| Name | Description |
|---|
| GetBytes(bool) | |
| GetBytes(char) | |
| GetBytes(double) | |
| GetBytes(float) | |
| abstract GetBytes(int) | |
| abstract GetBytes(long) | |
| abstract GetBytes(short) | |
| GetBytes(uint) | |
| GetBytes(ulong) | |
| GetBytes(ushort) | |
| ToBoolean(byte[], int) | |
| ToChar(byte[], int) | |
| ToDouble(byte[], int) | |
| abstract ToInt16(byte[], int) | |
| abstract ToInt32(byte[], int) | |
| abstract ToInt64(byte[], int) | |
| ToSByte(byte) | |
| ToSingle(byte[], int) | |
| ToUInt16(byte[], int) | |
| ToUInt32(byte[], int) | |
| ToUInt64(byte[], int) | |
See Also