ByteValue.Implicit Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Implicit(Byte to ByteValue) | |
Implicit(ByteValue to Byte) |
指定した値を値に暗黙的に Byte 変換します。 |
Implicit(Byte to 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
パラメーター
戻り値
値を持つ新しい ByteValue インスタンス。
適用対象
Implicit(ByteValue to Byte)
指定した値を値に暗黙的に Byte 変換します。
public static implicit operator byte (DocumentFormat.OpenXml.ByteValue xmlAttribute);
public static implicit operator byte (DocumentFormat.OpenXml.ByteValue value);
static member op_Implicit : DocumentFormat.OpenXml.ByteValue -> byte
static member op_Implicit : DocumentFormat.OpenXml.ByteValue -> byte
Public Shared Widening Operator CType (xmlAttribute As ByteValue) As Byte
Public Shared Widening Operator CType (value As ByteValue) As Byte
パラメーター
- xmlAttributevalue
- ByteValue
戻り値
変換された Byte 値。
例外
が null の場合に value
スローされます。