Utilities.Deserialize<T>(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 xml as T
public static T Deserialize<T> (string xml);
static member Deserialize : string -> 'T
Public Function Deserialize(Of T) (xml As String) As T
Type Parameters
- T
the type name
Parameters
- xml
- String
the xml as string
Returns
T
the equivalent T