TopicTransformationExtensionsFormatSignedEnumValue Method
Format a signed enumeration value using the given options
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static string FormatSignedEnumValue(
string enumValue,
EnumValueFormat format,
int minWidth,
int separatorGroupSize
)
Public Shared Function FormatSignedEnumValue (
enumValue As String,
format As EnumValueFormat,
minWidth As Integer,
separatorGroupSize As Integer
) As String
public:
static String^ FormatSignedEnumValue(
String^ enumValue,
EnumValueFormat format,
int minWidth,
int separatorGroupSize
)
static member FormatSignedEnumValue :
enumValue : string *
format : EnumValueFormat *
minWidth : int *
separatorGroupSize : int -> string
- 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
StringThe formatted enumeration value