ValueFormattingOptions Constructor

Initializes a new instance of the ValueFormattingOptions class

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public ValueFormattingOptions(
	int radix,
	bool unescape8BitChars,
	bool showHexAndDec = false,
	string groupSeparator = null
)

Parameters

radix  Int32

[Missing <param name="radix"/> documentation for "M:VisualGDBExpressions.ValueFormattingOptions.#ctor(System.Int32,System.Boolean,System.Boolean,System.String)"]

unescape8BitChars  Boolean

[Missing <param name="unescape8BitChars"/> documentation for "M:VisualGDBExpressions.ValueFormattingOptions.#ctor(System.Int32,System.Boolean,System.Boolean,System.String)"]

showHexAndDec  Boolean  (Optional)

[Missing <param name="showHexAndDec"/> documentation for "M:VisualGDBExpressions.ValueFormattingOptions.#ctor(System.Int32,System.Boolean,System.Boolean,System.String)"]

groupSeparator  String  (Optional)

[Missing <param name="groupSeparator"/> documentation for "M:VisualGDBExpressions.ValueFormattingOptions.#ctor(System.Int32,System.Boolean,System.Boolean,System.String)"]

See Also