toXMLHex
A constant containing the transformation of a string from characters to XML hexadecimal escape codes.
Declaration
static let toXMLHex: StringTransformDiscussion
This transformation is reversible.
For example, the string “❦” transforms to “❦”.
This is equivalent to kCFStringTransformToXMLHex.