Formats a license key by adding dashes to the key, based on the values of groupSize and maxGroupSize.
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.
string FormatLicenseKeyEx (string licenseKey, int groupSize, int maxGroupSize)
Parameters
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.
Return
A formatted license key.
Example:
License Key: BMTP0R0S00GHAJ2K8NDQ171116H9TCB97XQKTBS26M
Group Size: 5
Max Group Size: 9
Formatted Key: BMTP0-R0S00-GHAJ2-K8NDQ-17111-6H9TC-B97XQ-KTBS26M
Comments
0 comments
Article is closed for comments.