[ROOT] / doc / toc / ARCCore / Class / PropertyStreamLine / AllowedKeyChars / __TOCDet
Key | Value |
---|---|
Assembly | ARCCore |
DocFragType | ClassMember |
IsInherited | -False- |
IsInheritedDoc | -False- |
Lines | -13- |
Name | AllowedKeyChars |
Namespace | ARCCore |
Type | PropertyStreamLine |
ClassMemberAttribute
Key | Value |
---|---|
DeclaringType | PropertyStreamLine |
MethodName | AllowedKeyChars |
MethodSignature | System.Collections.Generic.HashSet`1[System.Char] AllowedKeyChars |
Allowed characters in the Key-part of a PropertyStreamLine.
The character set 'A...Za...z0...9-_().,' from AllowedEncodedCharacters plus ' ' (space), '"' (double quote), ''' (single quote) and '|§!#%&=?+^¨~'.
ASCII characters important to avoid are:
'/' (slash) (because used as a separator in the 'key' part of a property stream line,
';' (semicolon) because used as separator for a collection of values (see WholeCollection).
and all control characters (especially CR and LF, ASCII 13 and 10).
NOTE: The selection of characters are somewhat hastily chosen (as of May 2020) and may change in the future.
See also AllowedValueChars.
Generated 2025-05-23 08:07:41.591 UTC