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 -> stringstatic member ToString : DocumentFormat.OpenXml.Base64BinaryValue -> stringPublic Shared Function ToString (xmlAttribute As Base64BinaryValue) As StringPublic Shared Function ToString (value As Base64BinaryValue) As StringParameters
- xmlAttributevalue
- Base64BinaryValue
Returns
A String value that represents a Base64BinaryValue object.