TopicTransformationExtensions.FormatUnsignedEnumValue Method
Definition
- Assembly
- Sandcastle.Core.dll
Format an unsigned enumeration value using the given options
public static string FormatUnsignedEnumValue(string enumValue, EnumValueFormat format, int minWidth, int separatorGroupSize)
Parameters
enumValuestringThe value to format
formatEnumValueFormatThe format
minWidthintThe minimum width for hex and bit flag values
separatorGroupSizeintThe separator group size (4 or 8) or zero for no separators
Returns
- string
The formatted enumeration value