IntegerValue.Implicit 演算子

定義

オーバーロード

Implicit(IntegerValue to Int64)

指定した IntegerValue を Int64 値に暗黙的に変換します。

Implicit(Int64 to IntegerValue)

指定した Int64 値を IntegerValue クラスに暗黙的に変換します。

Implicit(IntegerValue to Int64)

指定した IntegerValue を Int64 値に暗黙的に変換します。

public static implicit operator long (DocumentFormat.OpenXml.IntegerValue xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.IntegerValue -> int64
Public Shared Widening Operator CType (xmlAttribute As IntegerValue) As Long

パラメーター

xmlAttribute
IntegerValue

変換する IntegerValue。

戻り値

Int64

変換された Int64 値。

例外

xmlAttribute が null の場合にスローされます。

適用対象

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

値を持つ新しい IntegerValue インスタンス。

適用対象