SByteValue.ToSByte Method
Returns the internal SByte representation of a SByteValue object.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Function ToSByte ( _
xmlAttribute As SByteValue _
) As SByte
'Usage
Dim xmlAttribute As SByteValue
Dim returnValue As SByte
returnValue = SByteValue.ToSByte(xmlAttribute)
public static sbyte ToSByte(
SByteValue xmlAttribute
)
Parameters
- xmlAttribute
Type: DocumentFormat.OpenXml.SByteValue
A SByteValue object to retrieve an internal SByte representation.
Return Value
Type: System.SByte
A SByte value that represents a SByteValue object.