SByteValue.ToSByte(SByteValue) メソッド

定義

SByteValue オブジェクトの SByte 表記を返します。

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

パラメーター

xmlAttribute
SByteValue

内部 SByte 表現を取得する SByteValue オブジェクト。

戻り値

SByte

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

適用対象