Enum Value Format Enumeration
This enumerated value defines the enumeration value formats
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
[SerializableAttribute]
public enum EnumValueFormatVB
<SerializableAttribute>
Public Enumeration EnumValueFormatC++
[SerializableAttribute]
public enum class EnumValueFormatF#
[<SerializableAttribute>]
type EnumValueFormatMembers
| IntegerValue | 0 | Display as an integer value |
| HexValue | 1 | Display as a hex value |
| BitFlags | 2 | Display as bit flags (binary literal) |