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