Share via


DataContractUtils.Deserialize<T>(String, T) Method

Definition

Deserialize the string to the expected object type.

public static void Deserialize<T> (string xmlString, out T result);
static member Deserialize : string * 'T -> unit
Public Shared Sub Deserialize(Of T) (xmlString As String, ByRef result As T)

Type Parameters

T

The object type

Parameters

xmlString
String

Serialized string

result
T

Deserialized object

Applies to