ConvertToUInt64 Method (UInt64) |
Returns the specified 64-bit unsigned integer; no actual conversion is performed.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static ulong ToUInt64(
ulong value
)
Parameters
- value
- Type: SystemUInt64
The 64-bit unsigned integer to return.
Return Value
Type:
UInt64value is returned unchanged.
See Also