BCDUtilDecodePackedBCD Method
Convert from packed BCD to decimal.
Namespace: Vajhoej.RecordAssembly: Record (in Record.dll) Version: 0.0.0.0
public static decimal DecodePackedBCD(
byte[] b,
int decimals
)
Public Shared Function DecodePackedBCD (
b As Byte(),
decimals As Integer
) As Decimal
Dim b As Byte()
Dim decimals As Integer
Dim returnValue As Decimal
returnValue = BCDUtil.DecodePackedBCD(b,
decimals)
public:
static Decimal DecodePackedBCD(
array<unsigned char>^ b,
int decimals
)
static member DecodePackedBCD :
b : byte[] *
decimals : int -> decimal
- b Byte
- Bytes with packed BCD.
- decimals Int32
- Implied decimals.
DecimalDecimal.