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
- xmlAttribute
Type: DocumentFormat.OpenXml.UInt32Value
A UInt32Value object to retrieve an internal UInt32 representation.
Return Value
Type: System.UInt32
A UInt32 value that represents a UInt32Value object.