Click or drag to resize
LicensingUtilsGenerateLicenseNumberUint Method
Generates a good enough random number out of thin air.

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 uint GenerateLicenseNumberUint()

Return Value

Type: UInt32
The hopefully quite unique license number.
Remarks
We recommend using a string.Format("{0:00000-00000}", licenseNumber) formatting.
See Also