Convert Method (DefaultUInt32Converter)
- Last UpdatedApr 08, 2026
- 1 minute read
Convert the byte-ordered data from the DataStream to UInt32.
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 UInt32 and returned in a Double.