UInt32Value Implicit Conversion (UInt32Value to UInt32)

Implicit converter to UInt32.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    xmlAttribute As UInt32Value _
) As UInteger
'Usage
Dim input As UInt32Value
Dim output As UInteger

output = CType(input, UInteger)
public static implicit operator uint (
    UInt32Value xmlAttribute
)

Parameters

Return Value

Type: System.UInt32
The internal UInt32 value.

Exceptions

Exception Condition
InvalidOperationException

Thrown when "xmlAttribute" is null.

See Also

Reference

UInt32Value Class

UInt32Value Members

Implicit Overload

DocumentFormat.OpenXml Namespace