ByteValue.Implicit 演算子

定義

オーバーロード

Implicit(ByteValue to Byte)

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

Implicit(Byte to ByteValue)

指定された Byte 値を暗黙的に変換して、ByteValue クラスの新しいインスタンスを初期化します。

Implicit(ByteValue to Byte)

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

public static implicit operator byte (DocumentFormat.OpenXml.ByteValue xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.ByteValue -> byte
Public Shared Widening Operator CType (xmlAttribute As ByteValue) As Byte

パラメーター

xmlAttribute
ByteValue

変換する ByteValue。

戻り値

Byte

変換された Byte 値。

例外

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

適用対象

Implicit(Byte to ByteValue)

指定された Byte 値を暗黙的に変換して、ByteValue クラスの新しいインスタンスを初期化します。

public static implicit operator DocumentFormat.OpenXml.ByteValue (byte value);
static member op_Implicit : byte -> DocumentFormat.OpenXml.ByteValue
Public Shared Widening Operator CType (value As Byte) As ByteValue

パラメーター

value
Byte

指定した値。

戻り値

ByteValue

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

適用対象