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