BinaryCodedDecimalEncode(Byte) Method
Gets binary-coded decimal from binary value.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.174 -- Release Build+c5b1b4a29589adca9a2c6916813ee5c7c2cee966
Public Shared Function Encode (
value As Byte
) As Byte
Gemstone.Numeric.BinaryCodedDecimal.Encode = function(value);
- value Byte
- Binary value.
ByteBinary-coded decimal representation of standard binary value.