BCDUtilDecodePackedBCD Method

Convert from packed BCD to decimal.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public static decimal DecodePackedBCD(
	byte[] b,
	int decimals
)

Parameters

b  Byte
Bytes with packed BCD.
decimals  Int32
Implied decimals.

Return Value

Decimal
Decimal.

See Also