Compartir a través de


IntegerValue.Implicit Operador

Definición

Sobrecargas

Implicit(Int64 to IntegerValue)

Convierte implícitamente el valor especificado Int64 en una IntegerValue clase .

Implicit(IntegerValue to Int64)

Convierte implícitamente el especificado IntegerValue en un Int64 valor.

Implicit(Int64 to IntegerValue)

Convierte implícitamente el valor especificado Int64 en una IntegerValue clase .

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

Valor especificado.

Devoluciones

Una nueva IntegerValue instancia con el valor .

Se aplica a

Implicit(IntegerValue to Int64)

Convierte implícitamente el especificado IntegerValue en un 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

Devoluciones

Valor convertido Int64 .

Excepciones

Se produce cuando value es null.

Se aplica a