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.
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
Parameters
- xmlString
- String
- result
- T