Click or drag to resize

TitleMakeTitleId Method

Generates a random Title 'id' which acts as the database primary key. For more information see id.

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public static string MakeTitleId()

Return Value

String
A random and probably globally unique Title 'id'.
See Also