Skip to content

Show enum values as hex #977

Closed Answered by EWSoftware
graealex asked this question in Q&A
Discussion options

You must be logged in to vote

The value format only applies to enumerations with the Flags attribute since they're typically the ones where its makes sense. Any without it are shown in decimal since they're just values, not flags. On those with the attribute, it's all or nothing since there's no way to indicate where it should or shouldn't apply the option.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@graealex
Comment options

Answer selected by graealex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants