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: 7.2.0.0 (7.2.7583.15464)
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