Method CanConvertFrom
| Improve this Doc View SourceCanConvertFrom(String)
Determines the specified string can be converted to a LicenseKey.
Declaration
public static bool CanConvertFrom(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The specified string. |
Returns
Type | Description |
---|---|
System.Boolean | true if the string can be converted, otherwise false. |