示例#1
0
 public override int FormatValue(StringBuilder dest, HexBytes hexBytes, long valueIndex, HexValueFormatterFlags flags) =>
 FormatDecimalUInt32(dest, flags, hexBytes.TryReadUInt32(valueIndex));