Click or drag to resize

BinaryCodedDecimal Methods

The BinaryCodedDecimal type exposes the following members.

Methods
  Name Description
Public method Static member Decode(Byte) Gets binary value from binary-coded decimal.
Public method Static member Decode(UInt16) Gets binary value from two-byte binary-coded decimal.
Public method Static member Decode(UInt32) Gets binary value from four-byte binary-coded decimal.
Public method Static member Decode(UInt64) Gets binary value from eight-byte binary-coded decimal.
Public method Static member Encode(Byte) Gets binary-coded decimal from binary value.
Public method Static member Encode(UInt16) Gets binary-coded decimal from binary value.
Public method Static member Encode(UInt32) Gets binary-coded decimal from binary value.
Public method Static member Encode(UInt64) Gets binary-coded decimal from binary value.
Top
See Also