ILiveWatchFormatter2ToNumber2 Method

Converts the raw variable value into an instance of int, uint, short, double or a similar type.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
Object ToNumber2(
	byte[] value
)

Parameters

value  Byte
The variable value entered by the user.

Return Value

Object
An instance of int, uint, short, double or a similar type that matches the value.

See Also