Int64Value.FromInt64(Int64) Method

Definition

Returns a new Int64Value object that was created from an Int64 value.

public static DocumentFormat.OpenXml.Int64Value FromInt64 (long value);
static member FromInt64 : int64 -> DocumentFormat.OpenXml.Int64Value
Public Shared Function FromInt64 (value As Long) As Int64Value

Parameters

value
Int64

An Int64 value to use to create a new Int64Value object.

Returns

An Int64Value that corresponds to the value parameter.

Applies to