SByteValue Class

Defines SByteValue - SByte value for attributes.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlSimpleType
    DocumentFormat.OpenXml.OpenXmlSimpleValue<SByte>
      DocumentFormat.OpenXml.SByteValue

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class SByteValue _
    Inherits OpenXmlSimpleValue(Of SByte)
'Usage
Dim instance As SByteValue
[CLSCompliantAttribute(false)]
public class SByteValue : OpenXmlSimpleValue<sbyte>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SByteValue Members

DocumentFormat.OpenXml Namespace