License.IsValidLicense Method

IronWebScraper

LicenseIsValidLicense Method

Determines whether a license key is valid.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public static bool IsValidLicense(
	string LicenseKey
)
Public Shared Function IsValidLicense ( 
	LicenseKey As String
) As Boolean

Parameters

LicenseKey
Type: SystemString
IronWebScraper license key as a string

Return Value

Type: Boolean
See Also