[ROOT] / doc / toc / ARCCore / Class / PropertyStreamLine / AllowedValueChars / __TOCDet
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -11- | 
| Name | AllowedValueChars | 
| Namespace | ARCCore | 
| Type | PropertyStreamLine | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | PropertyStreamLine | 
| MethodName | AllowedValueChars | 
| MethodSignature | System.Collections.Generic.HashSet`1[System.Char] AllowedValueChars | 
Allowed characters in the Value-part of a PropertyStreamLine.
The character set AllowedKeyChars plus '=' (equals), '/' (forward slash), '*' (asterisk) and '' (backslash).
(note that in general the value part is not as critical regarding encoding because 'everything' after the key, value separator ' = ' is the actual value.)
TODO: Change into 'DisallowedASCIIChars' instead of allowed chars.
TODO: See EncodeValuePart for more information.
ASCII characters important to avoid are:
';' (semicolon) because used as separator for a collection of values (see WholeCollection).
Generated 2025-10-31 06:40:13.311 UTC