Base64BinaryValue.ToString(Base64BinaryValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the String value representation of a Base64BinaryValue object.
public static string ToString (DocumentFormat.OpenXml.Base64BinaryValue xmlAttribute);
public static string? ToString (DocumentFormat.OpenXml.Base64BinaryValue value);
static member ToString : DocumentFormat.OpenXml.Base64BinaryValue -> string
static member ToString : DocumentFormat.OpenXml.Base64BinaryValue -> string
Public Shared Function ToString (xmlAttribute As Base64BinaryValue) As String
Public Shared Function ToString (value As Base64BinaryValue) As String
Parameters
- xmlAttributevalue
- Base64BinaryValue
Returns
A String value that represents a Base64BinaryValue object.