GeneralFunctions.Deserialize Method (String, Type)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Deserializes the XML string into an object of type passed in.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Syntax
public static object Deserialize(
string deserializeString,
Type type
)
Public Shared Function Deserialize (
deserializeString As String,
type As Type
) As Object
Parameters
deserializeString
Type: System.StringSpecifies the serialized (XML) object.
type
Type: System.TypeSpecifies the object type to which to deserialize.
Return Value
Type: System.Object
Type: Object
The deserialized object.
See Also
Deserialize Overload
GeneralFunctions Class
Microsoft.Uii.Common Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright