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

Return Value

Type: DocumentFormat.OpenXml.IntegerValue
A new IntegerValue instance with the value.

See Also

Reference

IntegerValue Class

IntegerValue Members

Implicit Overload

DocumentFormat.OpenXml Namespace