Unbox.AsUInt32(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 Uint32 object.
public:
static System::UInt32 AsUInt32(System::Object ^ var);
public:
static unsigned int AsUInt32(Platform::Object ^ var);
static unsigned int AsUInt32(winrt::Windows::Foundation::IInspectable const & var);
public static uint AsUInt32 (object var);
static member AsUInt32 : obj -> uint32
Public Shared Function AsUInt32 (var As Object) As UInteger
Parameters
- var
- Object
The original value to unbox.
Returns
Returns the Uint32 object.