次の方法で共有


SByteValue.Implicit 演算子

定義

オーバーロード

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

パラメーター

value
SByte

指定した SByte 値。

戻り値

値を持つ新しい 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スローされます。

適用対象