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
- xmlAttribute
Type: DocumentFormat.OpenXml.UInt32Value
The UInt32Value to be converted.
Return Value
Type: System.UInt32
The internal UInt32 value.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when "xmlAttribute" is null. |