ILiveWatchFormatter2ToNumber2 Method
Converts the raw variable value into an instance of int, uint, short, double or a similar type.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
Object ToNumber2(
byte[] value
)
- value Byte
- The variable value entered by the user.
ObjectAn instance of
int,
uint,
short,
double or a similar type that matches the value.