LicensingUtilsGenerateLicenseNumberUint Method |
Generates a good enough random number out of thin air.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static uint GenerateLicenseNumberUint()
Return Value
Type:
UInt32The hopefully quite unique license number.
Remarks
We recommend using a string.Format("{0:00000-00000}", licenseNumber) formatting.
See Also