Click or drag to resize

StringUtilsNewStringId Method

Creates short string id based on a GUID hashcode. Not guaranteed to be unique across machines, but unlikely to duplicate in medium volume situations.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string NewStringId()

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.NewStringId"]

See Also