IntegerValue.ToInt64(IntegerValue) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna a Int64 representação de um IntegerValue objeto.
public static long ToInt64 (DocumentFormat.OpenXml.IntegerValue xmlAttribute);
public static long ToInt64 (DocumentFormat.OpenXml.IntegerValue value);
static member ToInt64 : DocumentFormat.OpenXml.IntegerValue -> int64
static member ToInt64 : DocumentFormat.OpenXml.IntegerValue -> int64
Public Shared Function ToInt64 (xmlAttribute As IntegerValue) As Long
Public Shared Function ToInt64 (value As IntegerValue) As Long
Parâmetros
- xmlAttributevalue
- IntegerValue
Retornos
Um Int64 valor que representa um IntegerValue objeto.