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