summaryM:DotNetNuke.Common.Utilities.XmlUtils.Deserialize(System.String,System.Type)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Replaced in DotNetNuke 5.5 with CBO.DeserializeObject")] public static Object Deserialize( string xmlObject, Type type ) |
Visual Basic |
---|
<ObsoleteAttribute("Replaced in DotNetNuke 5.5 with CBO.DeserializeObject")> Public Shared Function Deserialize ( xmlObject As String, type As Type ) As Object |
Parameters
- xmlObject
- Type: System..::..String
paramxmlObjectM:DotNetNuke.Common.Utilities.XmlUtils.Deserialize(System.String,System.Type)
- type
- Type: System..::..Type
paramtypeM:DotNetNuke.Common.Utilities.XmlUtils.Deserialize(System.String,System.Type)