IronWebScraper - The C# Web Scraping Library
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)

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