ByteValue Class

Definition

Represents the byte value for attributes.

public class ByteValue : DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<byte>
public class ByteValue : DocumentFormat.OpenXml.OpenXmlSimpleValue<byte>
type ByteValue = class
    inherit OpenXmlComparableSimpleValue<byte>
type ByteValue = class
    inherit OpenXmlSimpleValue<byte>
Public Class ByteValue
Inherits OpenXmlComparableSimpleValue(Of Byte)
Public Class ByteValue
Inherits OpenXmlSimpleValue(Of Byte)
Inheritance
Inheritance

Constructors

ByteValue()

Initializes a new instance of the ByteValue class.

ByteValue(Byte)

Initializes a new instance of the ByteValue class using the supplied Byte value.

ByteValue(ByteValue)

Initializes a new instance of the ByteValue class by deep copying the supplied ByteValue class.

Properties

HasValue

Gets a value that indicates whether the underneath text value is a valid value.

(Inherited from OpenXmlSimpleValue<T>)
InnerText
InnerText

Gets or sets the inner XML text.

(Inherited from OpenXmlSimpleValue<T>)
TextValue
Obsolete.

Gets or sets the internal raw text value. DO NOT use this property. Only for OpenXmlSimpleType.cs internal use.

(Inherited from OpenXmlSimpleType)
Value

Gets or sets the value of the simple value.

(Inherited from OpenXmlSimpleValue<T>)

Methods

Clone()

Creates a duplicate of the current value.

(Inherited from OpenXmlSimpleType)
CompareTo(Object) (Inherited from OpenXmlComparableSimpleValue<T>)
CompareTo(OpenXmlComparableSimpleValue<T>) (Inherited from OpenXmlComparableSimpleValue<T>)
CompareTo(T) (Inherited from OpenXmlComparableSimpleValue<T>)
Equals(Object) (Inherited from OpenXmlComparableSimpleValue<T>)
Equals(Object) (Inherited from OpenXmlSimpleValue<T>)
Equals(OpenXmlComparableSimpleValue<T>) (Inherited from OpenXmlComparableSimpleValue<T>)
Equals(T) (Inherited from OpenXmlComparableSimpleValue<T>)
FromByte(Byte)

Returns a new ByteValue object created from a Byte value.

GetHashCode() (Inherited from OpenXmlComparableSimpleValue<T>)
GetHashCode() (Inherited from OpenXmlSimpleValue<T>)
ToByte(ByteValue)

Returns the Byte value representation of a ByteValue object.

ToString()

Returns a String that represents the current value.

(Inherited from OpenXmlSimpleType)

Operators

Implicit(Byte to ByteValue)

Initializes a new instance of the ByteValue class by implicitly converting the supplied Byte value.

Implicit(ByteValue to Byte)

Implicitly converts the specified value to a Byte value.

Applies to