Delen via


DataContractUtils<T>.Deserialize(String) Method

Definition

Deserialize the string to the propertyBagContainer.

public static T Deserialize (string xmlString);
static member Deserialize : string -> 'T
Public Shared Function Deserialize (xmlString As String) As T

Parameters

xmlString
String

Serialized string

Returns

T

Deserialized object

Applies to