UInt32Value.ToUInt32(UInt32Value) 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.
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.