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