Unbox.AsUInt64(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.