[ROOT] / doc / DocFrag / ARCCore.IKCoded.TryEncode
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -8- | 
| Name | TryEncode | 
| Namespace | ARCCore | 
| Type | IKCoded | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | IKCoded | 
| MethodName | TryEncode | 
| MethodSignature | Boolean TryEncode(System.String, System.String ByRef, System.String ByRef) | 
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-10-30 16:20:24.854 UTC