EnumValueFormat Enum
Definition
- Assembly
- Sandcastle.Core.dll
This enumerated value defines the enumeration value formats
[Serializable]
public enum EnumValueFormat
Fields
| Name | Value | Description |
|---|---|---|
| IntegerValue | 0 |
Display as an integer value |
| HexValue | 1 |
Display as a hex value |
| BitFlags | 2 |
Display as bit flags (binary literal) |