Base64BinaryValue Implicit Conversion (Base64BinaryValue to String)

Implicit converter to String.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    xmlAttribute As Base64BinaryValue _
) As String
'Usage
Dim input As Base64BinaryValue
Dim output As String

output = CType(input, String)
public static implicit operator string (
    Base64BinaryValue xmlAttribute
)

Parameters

Return Value

Type: System.String
The base64Binary string. Returns null when xmlAttribute is null.

See Also

Reference

Base64BinaryValue Class

Base64BinaryValue Members

Implicit Overload

DocumentFormat.OpenXml Namespace