ILiveWatchFormatterToNumber Method

Converts the raw variable value into an instance of double. If you would like to avoid losing precision, use the ToNumber2(Byte) instead.

Definition

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

Parameters

value  Byte
The raw variable value.

Return Value

Double
The numeric value corresponding to the raw value.

See Also