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