public override int FormatValue(StringBuilder dest, HexBytes hexBytes, long valueIndex, HexValueFormatterFlags flags) => FormatSingle(dest, flags, hexBytes.TryReadSingleBigEndian(valueIndex));