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