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