SByteValue.ToSByte(SByteValue) 方法

定义

返回 SByte 对象的表示形式 SByteValue

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 对象的 值。

适用于