Int64Value.FromInt64 Method
Returns a new Int64Value object created from Int64.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Function FromInt64 ( _
value As Long _
) As Int64Value
'Usage
Dim value As Long
Dim returnValue As Int64Value
returnValue = Int64Value.FromInt64(value)
public static Int64Value FromInt64(
long value
)
Parameters
- value
Type: System.Int64
A Int64 value to create a new Int64Value object from.
Return Value
Type: DocumentFormat.OpenXml.Int64Value
A Int64Value that corresponds to the value parameter.