Unbox.AsInt64(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 an Int64 object.
public:
static long AsInt64(System::Object ^ var);
public:
static long long AsInt64(Platform::Object ^ var);
static long AsInt64(winrt::Windows::Foundation::IInspectable const & var);
public static long AsInt64 (object var);
static member AsInt64 : obj -> int64
Public Shared Function AsInt64 (var As Object) As Long
Parameters
- var
- Object
The original value to unbox.
Returns
Returns an Int64 object.