IntegerValue.Implicit Operador
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.
Sobrecargas
Implicit(Int64 to IntegerValue) |
Converte implicitamente o valor especificado Int64 em uma IntegerValue classe. |
Implicit(IntegerValue to Int64) |
Converte implicitamente o especificado IntegerValue em um Int64 valor. |
Implicit(Int64 to IntegerValue)
Converte implicitamente o valor especificado Int64 em uma IntegerValue classe.
public static implicit operator DocumentFormat.OpenXml.IntegerValue (long value);
static member op_Implicit : int64 -> DocumentFormat.OpenXml.IntegerValue
Public Shared Widening Operator CType (value As Long) As IntegerValue
Parâmetros
- value
- Int64
O valor especificado.
Retornos
Uma nova IntegerValue instância com o valor.
Aplica-se a
Implicit(IntegerValue to Int64)
Converte implicitamente o especificado IntegerValue em um Int64 valor.
public static implicit operator long (DocumentFormat.OpenXml.IntegerValue xmlAttribute);
public static implicit operator long (DocumentFormat.OpenXml.IntegerValue value);
static member op_Implicit : DocumentFormat.OpenXml.IntegerValue -> int64
static member op_Implicit : DocumentFormat.OpenXml.IntegerValue -> int64
Public Shared Widening Operator CType (xmlAttribute As IntegerValue) As Long
Public Shared Widening Operator CType (value As IntegerValue) As Long
Parâmetros
- xmlAttributevalue
- IntegerValue
Retornos
O valor convertido Int64 .
Exceções
Lançado quando value
é null
.