KeyHelpers
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
String license helpers.
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methods
ToReadableKey(string, int)
Split the license key in tokens separated by a '-' character to provide a more convenient and human readable license string.
Parameters
Name
Description
The license key.
The length of each readable key token.
Returns
Name
Description
The given key converted to human readable string.
Examples
Exceptions
Name
Description
Thrown when the key argument is null.
Thrown when the tokenSize argument is a negative integer.
Last updated