UInt64Value Implicit Conversion (UInt64 to UInt64Value)
Implicit converter from UInt64.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
value As ULong _
) As UInt64Value
'Usage
Dim input As ULong
Dim output As UInt64Value
output = CType(input, UInt64Value)
public static implicit operator UInt64Value (
ulong value
)
Parameters
- value
Type: System.UInt64
The specified value.
Return Value
Type: DocumentFormat.OpenXml.UInt64Value
A new UInt64Value instance with the value.