[ROOT] / doc / toc / ARCCore / Class / IKCoded / TryEncode
Returns a string containing only characters in AllowedEncodedCharacters.
Other characters are represented by '0x' plus their UTF-16 code value as four hex characters (like '0x0020' for space).
(0x itself is changed into 0xoooo before conversion takes place.)
The encoding is the same as used by EncodeKeyPart / EncodeValuePart except with a different set of allowed characters.
Generated 2025-05-23 14:37:21.614 UTC