TopicTransformationExtensionsFormatUnsignedEnumValue Method

Format an unsigned enumeration value using the given options

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static string FormatUnsignedEnumValue(
	string enumValue,
	EnumValueFormat format,
	int minWidth,
	int separatorGroupSize
)

Parameters

enumValue  String
The value to format
format  EnumValueFormat
The format
minWidth  Int32
The minimum width for hex and bit flag values
separatorGroupSize  Int32
The separator group size (4 or 8) or zero for no separators

Return Value

String
The formatted enumeration value

See Also