DataContractUtils.Deserialize<T>(String, T) 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 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