Compartilhar via


IntegerValue.FromInt64(Int64) Método

Definição

Retorna um novo IntegerValue objeto criado a partir de um Int64 valor.

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

Parâmetros

value
Int64

Um Int64 valor a ser usado para criar um novo IntegerValue objeto.

Retornos

Um IntegerValue que corresponde ao parâmetro de valor.

Aplica-se a