Unbox.AsUInt64(Object) Method

Definition

Unboxes the specified object into a Uint64 object.

public:
 static System::UInt64 AsUInt64(System::Object ^ var);
public:
 static unsigned long long AsUInt64(Platform::Object ^ var);
 static unsigned long AsUInt64(winrt::Windows::Foundation::IInspectable const & var);
public static ulong AsUInt64 (object var);
static member AsUInt64 : obj -> uint64
Public Shared Function AsUInt64 (var As Object) As ULong

Parameters

var
Object

The original value to unbox.

Returns

Returns the Uint64 object.

Applies to