Cast From Base64Binary function

The Cast From Base64Binary function casts from one specific XML Schema data type to another XML Schema data type.

Casts from the XML Schema data type: xs:base64Binary to the XML Schema data type: xs:string. The data is not converted, only the type associated with the data is changed.

Parameter: base64Binary

The data to cast from the XML Schema data type: xs:base64Binary.

Returns: string

The data that has been cast to the XML Schema data type xs:string.