StepResult.DeSerializeFromString(String) Method

Definition

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

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

Parameters

value
String

Returns

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

Applies to