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

Return Value

Type: System.SByte
A SByte value that represents a SByteValue object.

See Also

Reference

SByteValue Class

SByteValue Members

DocumentFormat.OpenXml Namespace