UInt32Value.ToUInt32(UInt32Value) Method

Definition

Returns the UInt32 value representation of a UInt32Value object.

public static uint ToUInt32 (DocumentFormat.OpenXml.UInt32Value xmlAttribute);
public static uint ToUInt32 (DocumentFormat.OpenXml.UInt32Value value);
static member ToUInt32 : DocumentFormat.OpenXml.UInt32Value -> uint32
static member ToUInt32 : DocumentFormat.OpenXml.UInt32Value -> uint32
Public Shared Function ToUInt32 (xmlAttribute As UInt32Value) As UInteger
Public Shared Function ToUInt32 (value As UInt32Value) As UInteger

Parameters

xmlAttributevalue
UInt32Value

Returns

A UInt32 value that represents a UInt32Value object.

Applies to