Share via


UInt32Value Implicit Conversion (UInt32 to UInt32Value)

Implicit converter from UInt32.

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

Syntax

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

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

Parameters

Return Value

Type: DocumentFormat.OpenXml.UInt32Value
A new UInt32Value instance with the value.

See Also

Reference

UInt32Value Class

UInt32Value Members

Implicit Overload

DocumentFormat.OpenXml Namespace