Поделиться через


IntegerValue.Implicit Оператор

Определение

Перегрузки

Implicit(Int64 to IntegerValue)

Неявно преобразует указанное Int64 значение в IntegerValue класс.

Implicit(IntegerValue to Int64)

Неявно преобразует указанный IntegerValue объект в Int64 значение.

Implicit(Int64 to IntegerValue)

Неявно преобразует указанное Int64 значение в IntegerValue класс.

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

Параметры

value
Int64

Указанное значение.

Возвращаемое значение

Новый IntegerValue экземпляр со значением .

Применяется к

Implicit(IntegerValue to Int64)

Неявно преобразует указанный IntegerValue объект в Int64 значение.

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

Параметры

xmlAttributevalue
IntegerValue

Возвращаемое значение

Преобразованное Int64 значение.

Исключения

Возникает, если value имеет значение null.

Применяется к