AutomationClientWebFormCallTryParseValueFromResponse Method (String, String) |
Tries to parse a string value from the
Response.
Namespace: com.softwarekey.Client.Compatibility.ProtectionPLUS4Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool TryParseValueFromResponse(
string searchString,
out string value
)
Public Function TryParseValueFromResponse (
searchString As String,
<OutAttribute> ByRef value As String
) As Boolean
public:
bool TryParseValueFromResponse(
String^ searchString,
[OutAttribute] String^% value
)
Parameters
- searchString
- Type: SystemString
The search string used to locate the value in the Response. - value
- Type: SystemString
The parsed value.
Return Value
Type:
BooleanReturns true if the value was successfully parsed. If false was returned, check the
LastException property for a possible cause.
See Also