SByteValue.ToSByte(SByteValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the SByte representation of an SByteValue object.
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
Parameters
- xmlAttributevalue
- SByteValue
Returns
An SByte value that represents an SByteValue object.