Поделиться через


IntegerValue.FromInt64 Method

Returns a new IntegerValue object created from Int64.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Function FromInt64 ( _
    value As Long _
) As IntegerValue
'Usage
Dim value As Long
Dim returnValue As IntegerValue

returnValue = IntegerValue.FromInt64(value)
public static IntegerValue FromInt64(
    long value
)

Parameters

  • value
    Type: System.Int64
    A Int64 value to create a new IntegerValue object from.

Return Value

Type: DocumentFormat.OpenXml.IntegerValue
A IntegerValue that corresponds to the value parameter.

See Also

Reference

IntegerValue Class

IntegerValue Members

DocumentFormat.OpenXml Namespace