 | TitleIdRandChars Field |
The set of all possible characters that can be used to compose a Title key.
The character set is chosen from digits and a reduced set of upper-case characters to avoid
visual confusion between characters like '0' and 'O', and '1' and 'I'.
Namespace: Orthogonal.Hoarder.StdLib.EntityAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic const string IdRandChars = "0123456789ABCDEFGHJKLMNPQRSTUVWXYZ"
Field Value
String
See Also