Ejemplo n.º 1
0
 public override int FormatValue(StringBuilder dest, HexBytes hexBytes, long valueIndex, HexValueFormatterFlags flags) =>
 FormatDecimalInt16(dest, flags, hexBytes.TryReadInt16BigEndian(valueIndex));