Click or drag to resize
TextUtilsGenerateShortId Method
Generates a short, printable identifier with a high probability of uniqueness.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static string GenerateShortId(
	int length
)

Parameters

length
Type: SystemInt32
The requested length of the identifier. Must be between 4 and 12.

Return Value

Type: String
The identifier.
See Also