LiveVariableValueToUlong Method

Converts unsigned 64-bit, 32-bit, 16-bit or 8-bit values to ulong, padding them as needed.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public ulong ToUlong(
	int offset = 0
)

Parameters

offset  Int32  (Optional)

Return Value

UInt64
The converted value.

See Also