Base64BinaryValue Class

Definition

Represents the xsd:base64Binary value for attributes.

public class Base64BinaryValue : DocumentFormat.OpenXml.StringValue
public class Base64BinaryValue : DocumentFormat.OpenXml.OpenXmlSimpleType
public class Base64BinaryValue : DocumentFormat.OpenXml.OpenXmlComparableSimpleReference<string>
type Base64BinaryValue = class
    inherit StringValue
type Base64BinaryValue = class
    inherit OpenXmlSimpleType
type Base64BinaryValue = class
    inherit OpenXmlComparableSimpleReference<string>
Public Class Base64BinaryValue
Inherits StringValue
Public Class Base64BinaryValue
Inherits OpenXmlSimpleType
Public Class Base64BinaryValue
Inherits OpenXmlComparableSimpleReference(Of String)
Inheritance
Inheritance
Base64BinaryValue
Inheritance

Constructors

Base64BinaryValue()

Initializes a new instance of the Base64BinaryValue class.

Base64BinaryValue(Base64BinaryValue)

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

Base64BinaryValue(String)

Initializes a new instance of the Base64BinaryValue class by deep copying the supplied String value.

Properties

HasValue

Gets a value indicating whether the underneath text value is a valid value.

(Inherited from OpenXmlSimpleType)
InnerText

Gets or sets the inner XML text.

(Inherited from OpenXmlSimpleType)
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 Base64 binary string value.

Methods

Clone()

Creates a duplicate of the current value.

(Inherited from OpenXmlSimpleType)
CompareTo(Object) (Inherited from OpenXmlComparableSimpleReference<T>)
CompareTo(OpenXmlComparableSimpleReference<T>) (Inherited from OpenXmlComparableSimpleReference<T>)
Equals(Object) (Inherited from OpenXmlComparableSimpleReference<T>)
Equals(OpenXmlComparableSimpleReference<T>) (Inherited from OpenXmlComparableSimpleReference<T>)
FromString(String)

Returns a new Base64BinaryValue object that was created from a String value.

GetHashCode() (Inherited from OpenXmlComparableSimpleReference<T>)
ToString()

Returns a String that represents the current value.

(Inherited from OpenXmlSimpleType)
ToString(Base64BinaryValue)

Returns the String value representation of a Base64BinaryValue object.

Operators

Implicit(Base64BinaryValue to String)

Implicitly converts the specified value to a String value.

Implicit(String to Base64BinaryValue)

Initializes a new instance of a Base64BinaryValue class using the supplied string.

Applies to