Convert Method (DefaultBinaryCodedDecimal)
- Last UpdatedApr 08, 2026
- 1 minute read
Perform a binary-coded decimal (BCD) conversion of the byte-ordered data from the remote.
public double Convert(
KrunchContext context
)
public:
double Convert(
KrunchContext^ context
)
Parameters
- context
- The KrunchContext provided by the DataStream containing the byte-ordered data for conversion.
Return Value
The byte-ordered data converted to a Double.