Cast To HexBinary function

The Cast To HexBinary 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:hexBinary. 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: hexBinary

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