UInt64Value Implicit Conversion (UInt64Value to UInt64)
Implicit converter to UInt64.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
xmlAttribute As UInt64Value _
) As ULong
'Usage
Dim input As UInt64Value
Dim output As ULong
output = CType(input, ULong)
public static implicit operator ulong (
UInt64Value xmlAttribute
)
Parameters
- xmlAttribute
Type: DocumentFormat.OpenXml.UInt64Value
The UInt64Value to be converted.
Return Value
Type: System.UInt64
The internal UInt64 value.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when "xmlAttribute" is null. |