Base64BinaryValue Members

Include Protected Members
Include Inherited Members

Defines Base64BinaryValue - represent xsd:base64Binary value for attributes.

The Base64BinaryValue type exposes the following members.

Constructors

  Name Description
Public method Base64BinaryValue() Initializes a new instance of the Base64BinaryValue.
Public method Base64BinaryValue(String) Initializes a new instance of the Base64BinaryValue.
Public method Base64BinaryValue(Base64BinaryValue) Initializes a new instance of the Base64BinaryValue by deep copy.

Top

Properties

  Name Description
Public property HasValue Gets a value indicating whether underneath text value is valid value. (Inherited from OpenXmlSimpleType.)
Public property InnerText Gets or sets the inner xml text. (Inherited from OpenXmlSimpleType.)
Protected property TextValue DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Inherited from OpenXmlSimpleType.)
Public property Value The base64Binary string value.

Top

Methods

  Name Description
Public method Clone Creates a duplicate of this value. (Inherited from OpenXmlSimpleType.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member FromString Returns a new Base64BinaryValue object created from String.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString() Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.)
Public methodStatic member ToString(Base64BinaryValue) Returns the internal String representation of a Base64BinaryValue object.

Top

Operators

  Name Description
Public operatorStatic member Implicit(String to Base64BinaryValue) Implicit converter from String.
Public operatorStatic member Implicit(Base64BinaryValue to String) Implicit converter to String.

Top

See Also

Reference

Base64BinaryValue Class

DocumentFormat.OpenXml Namespace