Click or drag to resize

Base64BinaryValue(String) Constructor

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

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public Base64BinaryValue(
	string base64Binary
)

Parameters

base64Binary  String
The String value.
See Also