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: 7.2.0.0 (7.2.7583.15464)
Syntax 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:
StringThe identifier.
See Also