UInt32Value Implicit Conversion (UInt32 to UInt32Value)
Implicit converter from UInt32.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Shared Widening Operator CType ( _
value As UInteger _
) As UInt32Value
用法
Dim input As UInteger
Dim output As UInt32Value
output = CType(input, UInt32Value)
public static implicit operator UInt32Value (
uint value
)
Parameters
- value
Type: System.UInt32
The specified value.
Return Value
Type: DocumentFormat.OpenXml.UInt32Value
A new UInt32Value instance with the value.