eDriven Framework API
Deserializes XML string to object of type T

Declaration Syntax
public static T Deserialize(
Type toType,
string pXmlizedString
)
Public Shared Function Deserialize ( _
toType As Type, _
pXmlizedString As String _
) As T
public:
static T Deserialize(
Type^ toType,
String^ pXmlizedString
)

Return Value
Assembly:
eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)