Table of Contents

TopicTransformationExtensions.FormatSignedEnumValue Method

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
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

enumValue string

The value to format

format EnumValueFormat

The format

minWidth int

The minimum width for hex and bit flag values

separatorGroupSize int

The separator group size (4 or 8) or zero for no separators

Returns

string

The formatted enumeration value