Type Property 型プロパティ

toXMLHex

A constant containing the transformation of a string from characters to XML hexadecimal escape codes. 文字からXML16進法エスケープコードへのある文字列の翻字を含んでいる定数。

Declaration 宣言

static let toXMLHex: StringTransform

Discussion 議論

This transformation is reversible. この変換は、可逆的です。

For example, the string “❦” transforms to “❦”. 例えば、文字列 “❦” は “❦” に変形します。

This is equivalent to kCFStringTransformToXMLHex. これは、kCFStringTransformToXMLHexに等しいです。

See Also 参照

Character Representation 文字表現