FormatLicenseKeyEx
Last updated
Last updated
Formats a license key by adding dashes to the key, based on the values of groupSize and maxGroupSize.
Name | Description |
---|---|
Type | Description |
---|---|
The QLM License Server automatically formats license keys using the same API. On the server-side, groupSize and maxGroupSize can be configured via the QLM Server Properties.
licenseKey
the license key to format
groupSize
the number of characters after which a dash should be inserted
maxGroupSize
the maximum number of characters after which a dash should be inserted. Used for the last section of the key after all sections are created
string
A formatted license key.