[ROOT] / doc / toc / ARCCore / Class / IKCoded
AllowedEncodedCharacters , Encoded , EnrichKey , FromCacheEncoded , FromCacheUnencoded , FromEncoded , ToString , TryCheckValidEncodedValue , TryEncode
Understands coded and unencoded variants of IK.
See Encoded for further documentation.
Note how constructor allows an empty string, but TryParse does not.
TOOD: As of 22 Mar 2021 documentation is a bit unordered.
This class is immutable.
AllowedEncodedCharacters | The character set 'A...Za...z0...9-_().,='. |
Encoded | This string value can be used directly in folder names, file names and HTTP URL's without any further encoding being necessary. |
EnrichKey | 'Implementing' ITypeDescriber. |
FromCacheEncoded | Reduces number of objects generated by caching those known to be within a limited range |
FromCacheUnencoded | Reduces number of objects generated by caching those known to be within a limited range |
FromEncoded | Note how uses instance cache if already exists there. |
ToString | Returns Encoded's string representation. |
TryCheckValidEncodedValue | Checks if encoded value is valid. |
TryEncode | Returns a string containing only characters in AllowedEncodedCharacters. |
Generated 2024-12-22 22:25:05.363 UTC