Deserialize(String,Type) Method
In This Topic
Deserializes an XML document string
Syntax
'Declaration
Public Overloads Function Deserialize( _
ByVal As System.String, _
ByVal As System.Type _
) As System.Object
public System.object Deserialize(
System.string ,
System.Type
)
Parameters
- XMLString
- type
See Also