mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Enum.ToString rejects multi-character format specs like "X8", so a flags column raised FormatException out of Copy Row. Mirror what HexFormatConverter does at bind-time: widen the value to its underlying integer (Convert.ChangeType + GetTypeCode) before calling IFormattable.ToString. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
1 changed files with 11 additions and 3 deletions
Loading…
Reference in new issue