The Cast To Base64Binary function casts from one specific XML Schema data type to another XML Schema data type.
Casts from the XML Schema data type xs:string to the XML Schema data type: xs:base64Binary. The data is not converted, only the type associated with the data is changed.
Parameter: string
The data to cast from the XML Schema data type: xs:string.
Returns: base64Binary
The data that has been cast to the XML Schema data type: xs:base64Binary.