Click or drag to resize
ConvertToUInt64 Method (UInt64)
Returns the specified 64-bit unsigned integer; no actual conversion is performed.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static ulong ToUInt64(
	ulong value
)

Parameters

value
Type: SystemUInt64
The 64-bit unsigned integer to return.

Return Value

Type: UInt64
value is returned unchanged.
See Also