ByteValue.Implicit 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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 値。
例外
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 インスタンス。