NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Convert.ToUInt64 (UInt32)

Converts a UInt32 to a UInt64.

[Visual Basic]
Overloads Public Shared Function ToUInt64( _
   ByVal value As UInt32 _
) As UInt64
[C#]
public static ulong ToUInt64(
   uint value
);
[C++]
public: static unsigned __int64 ToUInt64(
   unsigned int value
);
[JScript]
public static function ToUInt64(
   value : UInt32
) : UInt64;

Parameters

value
The number to be converted.

Return Value

The converted value.

See Also

Convert Class | Convert Members | System Namespace | Convert.ToUInt64 Overload List