Class NumberHelperExtra
Helper that converts numbers.
public static class NumberHelperExtra
- Inheritance
-
NumberHelperExtra
Methods
Bcd2Bin(byte)
BCD To binary.
public static byte Bcd2Bin(byte val)
Parameters
val
byteBCD Code.
Returns
- byte
Binary.
Bin2Bcd(byte)
Binary To BCD.
public static byte Bin2Bcd(byte val)
Parameters
val
byteByte.
Returns
- byte
BCD Code.