Base64BinaryValue Implicit Conversion (Base64BinaryValue to String)
Implicit converter to String.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Shared Widening Operator CType ( _
xmlAttribute As Base64BinaryValue _
) As String
用法
Dim input As Base64BinaryValue
Dim output As String
output = CType(input, String)
public static implicit operator string (
Base64BinaryValue xmlAttribute
)
Parameters
- xmlAttribute
Type: DocumentFormat.OpenXml.Base64BinaryValue
The Base64BinaryValue to be converted.
Return Value
Type: System.String
The base64Binary string. Returns null when xmlAttribute is null.