IntegerValue.FromInt64(Int64) Method

Definition

Returns a new IntegerValue object created from an Int64 value.

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

Parameters

value
Int64

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

Returns

An IntegerValue that corresponds to the value parameter.

Applies to