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