Int32Value.Implicit 演算子

定義

オーバーロード

Implicit(Int32Value to Int32)

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

Implicit(Int32 to Int32Value)

Int32 値を指定した Int32Value インスタンスに暗黙的に変換します。

Implicit(Int32Value to Int32)

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

public static implicit operator int (DocumentFormat.OpenXml.Int32Value xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.Int32Value -> int
Public Shared Widening Operator CType (xmlAttribute As Int32Value) As Integer

パラメーター

xmlAttribute
Int32Value

変換する Int32Value。

戻り値

Int32

変換された Int32 値。

例外

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

適用対象

Implicit(Int32 to Int32Value)

Int32 値を指定した Int32Value インスタンスに暗黙的に変換します。

public static implicit operator DocumentFormat.OpenXml.Int32Value (int value);
static member op_Implicit : int -> DocumentFormat.OpenXml.Int32Value
Public Shared Widening Operator CType (value As Integer) As Int32Value

パラメーター

value
Int32

指定した値。

戻り値

Int32Value

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

適用対象