UInt16Value.Implicit 演算子

定義

オーバーロード

Implicit(UInt16Value to UInt16)

指定した UInt16Value オブジェクトを UInt16 値に暗黙的に変換します。

Implicit(UInt16 to UInt16Value)

UInt16 値を UInt16Value クラスに暗黙的に変換します。

Implicit(UInt16Value to UInt16)

指定した UInt16Value オブジェクトを UInt16 値に暗黙的に変換します。

public static implicit operator ushort (DocumentFormat.OpenXml.UInt16Value xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.UInt16Value -> uint16
Public Shared Widening Operator CType (xmlAttribute As UInt16Value) As UShort

パラメーター

xmlAttribute
UInt16Value

変換する UInt16Value。

戻り値

UInt16

変換された UInt16 値。

例外

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

適用対象

Implicit(UInt16 to UInt16Value)

UInt16 値を UInt16Value クラスに暗黙的に変換します。

public static implicit operator DocumentFormat.OpenXml.UInt16Value (ushort value);
static member op_Implicit : uint16 -> DocumentFormat.OpenXml.UInt16Value
Public Shared Widening Operator CType (value As UShort) As UInt16Value

パラメーター

value
UInt16

指定した値。

戻り値

UInt16Value

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

適用対象