SystemIdentifierTryParse Method |
Parses an XML string representation of a System Identifier.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic static bool TryParse(
string value,
out SystemIdentifier identifier
)
Public Shared Function TryParse (
value As String,
<OutAttribute> ByRef identifier As SystemIdentifier
) As Boolean
public:
static bool TryParse(
String^ value,
[OutAttribute] SystemIdentifier^% identifier
)
Parameters
- value
- Type: SystemString
The string to try to parse. - identifier
- Type: com.softwarekey.Client.LicensingSystemIdentifier
The resulting SystemIdentifier.
Return Value
Type:
BooleanReturns true if the value was parsed successfully.
See Also