Click or drag to resize
SystemIdentifierTryParse Method
Parses an XML string representation of a System Identifier.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public static bool TryParse(
	string value,
	out SystemIdentifier identifier
)

Parameters

value
Type: SystemString
The string to try to parse.
identifier
Type: com.softwarekey.Client.LicensingSystemIdentifier
The resulting SystemIdentifier.

Return Value

Type: Boolean
Returns true if the value was parsed successfully.
See Also