次の方法で共有


SByteValue.ToSByte(SByteValue) メソッド

定義

オブジェクトの表現をSByteSByteValue返します。

public static sbyte ToSByte (DocumentFormat.OpenXml.SByteValue xmlAttribute);
public static sbyte ToSByte (DocumentFormat.OpenXml.SByteValue value);
static member ToSByte : DocumentFormat.OpenXml.SByteValue -> sbyte
static member ToSByte : DocumentFormat.OpenXml.SByteValue -> sbyte
Public Shared Function ToSByte (xmlAttribute As SByteValue) As SByte
Public Shared Function ToSByte (value As SByteValue) As SByte

パラメーター

xmlAttributevalue
SByteValue

戻り値

SByteオブジェクトを表すSByteValue値。

適用対象