次の方法で共有


Unbox.AsUInt32(Object) Method

Definition

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.

Applies to