Share via


UInt32Value.ToUInt32 Method

Returns the internal UInt32 representation of a UInt32Value object.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Function ToUInt32 ( _
    xmlAttribute As UInt32Value _
) As UInteger
'Usage
Dim xmlAttribute As UInt32Value
Dim returnValue As UInteger

returnValue = UInt32Value.ToUInt32(xmlAttribute)
public static uint ToUInt32(
    UInt32Value xmlAttribute
)

Parameters

Return Value

Type: System.UInt32
A UInt32 value that represents a UInt32Value object.

See Also

Reference

UInt32Value Class

UInt32Value Members

DocumentFormat.OpenXml Namespace