次の方法で共有


UInt64Value.Implicit 演算子

定義

オーバーロード

Implicit(UInt64 to UInt64Value)

指定した値をクラスに暗黙的にUInt64Value変換しますUInt64

Implicit(UInt64Value to UInt64)

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

Implicit(UInt64 to UInt64Value)

指定した値をクラスに暗黙的にUInt64Value変換しますUInt64

public static implicit operator DocumentFormat.OpenXml.UInt64Value (ulong value);
static member op_Implicit : uint64 -> DocumentFormat.OpenXml.UInt64Value
Public Shared Widening Operator CType (value As ULong) As UInt64Value

パラメーター

value
UInt64

指定した値。

戻り値

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

適用対象

Implicit(UInt64Value to UInt64)

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

public static implicit operator ulong (DocumentFormat.OpenXml.UInt64Value xmlAttribute);
public static implicit operator ulong (DocumentFormat.OpenXml.UInt64Value value);
static member op_Implicit : DocumentFormat.OpenXml.UInt64Value -> uint64
static member op_Implicit : DocumentFormat.OpenXml.UInt64Value -> uint64
Public Shared Widening Operator CType (xmlAttribute As UInt64Value) As ULong
Public Shared Widening Operator CType (value As UInt64Value) As ULong

パラメーター

xmlAttributevalue
UInt64Value

戻り値

変換された UInt64 値。

例外

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

適用対象