LicenseDeserializeXML Method |
Generates LicenseInfo object from XML.
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax public static License DeserializeXML(
string strXML
)
Public Shared Function DeserializeXML (
strXML As String
) As License
public:
static License^ DeserializeXML(
String^ strXML
)
static member DeserializeXML :
strXML : string -> License
Parameters
- strXML
- Type: SystemString
XML license
Return Value
Type:
LicenseLicenseInfo object
Remarks See Also