DataContractUtils<T>.Deserialize(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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