TopicTransformationExtensions.FormatSignedEnumValue Method
Definition
- Assembly
- Sandcastle.Core.dll
Format a signed enumeration value using the given options
public static string FormatSignedEnumValue(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