Table of Contents

Class NumberHelperExtra

Namespace
Iot.Device.Rtc
Assembly
Iot.Device.Rtc.dll

Helper that converts numbers.

public static class NumberHelperExtra
Inheritance
NumberHelperExtra

Methods

Bcd2Bin(byte)

BCD To binary.

public static byte Bcd2Bin(byte val)

Parameters

val byte

BCD Code.

Returns

byte

Binary.

Bin2Bcd(byte)

Binary To BCD.

public static byte Bin2Bcd(byte val)

Parameters

val byte

Byte.

Returns

byte

BCD Code.