Edit

Share via


TestResult.DeSerializeFromString(String) Method

Definition

Deserializes the XML in the specified string and creates a TestResult object with property values that match the information in the string.

public static Microsoft.Hpc.Diagnostics.Helpers.TestResult DeSerializeFromString(string value);
static member DeSerializeFromString : string -> Microsoft.Hpc.Diagnostics.Helpers.TestResult
Public Shared Function DeSerializeFromString (value As String) As TestResult

Parameters

value
String

A string that contains the TestStepResult XML that you want to deserialize.

Returns

A TestResult object with property values that match the information in the specified TestStepResult XML.

Applies to