ByteValue Class

Defines ByteValue - Byte value for attributes.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlSimpleType
    DocumentFormat.OpenXml.OpenXmlSimpleValue<Byte>
      DocumentFormat.OpenXml.ByteValue

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

Syntax

'Declaration
Public Class ByteValue _
    Inherits OpenXmlSimpleValue(Of Byte)
'Usage
Dim instance As ByteValue
public class ByteValue : OpenXmlSimpleValue<byte>

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

ByteValue Members

DocumentFormat.OpenXml Namespace