Xsdbase64Binary Constructors

Definition

Overloads

Xsdbase64Binary()

Initializes a new instance of the Xsdbase64Binary class.

Xsdbase64Binary(String)

Initializes a new instance of the Xsdbase64Binary class with the specified text content.

Xsdbase64Binary()

Initializes a new instance of the Xsdbase64Binary class.

C#
public Xsdbase64Binary ();

Applies to

DocumentFormat.OpenXml 3.0.1 and other versions
Product Versions
DocumentFormat.OpenXml 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1

Xsdbase64Binary(String)

Initializes a new instance of the Xsdbase64Binary class with the specified text content.

C#
public Xsdbase64Binary (string text);

Parameters

text
String

Specifies the text content of the element.

Applies to

DocumentFormat.OpenXml 3.0.1 and other versions
Product Versions
DocumentFormat.OpenXml 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1