SByteValue.ToSByte(SByteValue) 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 SByte 对象的表示形式 SByteValue 。
public static sbyte ToSByte(DocumentFormat.OpenXml.SByteValue xmlAttribute);public static sbyte ToSByte(DocumentFormat.OpenXml.SByteValue value);static member ToSByte : DocumentFormat.OpenXml.SByteValue -> sbytestatic member ToSByte : DocumentFormat.OpenXml.SByteValue -> sbytePublic Shared Function ToSByte (xmlAttribute As SByteValue) As SBytePublic Shared Function ToSByte (value As SByteValue) As SByte参数
- xmlAttributevalue
- SByteValue
返回
一个 SByte 表示 SByteValue 对象的 值。