BinaryCodedDecimalEncode(Byte) Method
Gets binary-coded decimal from binary value.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.181 -- Release Build+86654cb6df1a630c3ff1ddc480389319378cbbbb
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.