AgileDotNetLicense AsString
Returns a string that represents the license content.
Syntax
Visual Basic
Public Sub AsString( _
ByVal licenseKey As LicenseKey _
)
C#
public string AsString(
LicenseKey licenseKey
);
Parameters
Return Value
The license content
Remarks
The license content can be used to create a AgileDotNetLicense object, this can be achieved by calling the CreateLicenseFromString method.