Click or drag to resize

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.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public const string IdRandChars = "0123456789ABCDEFGHJKLMNPQRSTUVWXYZ"

Field Value

String
See Also