GeneralFunctions.Deserialize<TType> Method (String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Deserializes an 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 TType Deserialize<TType>(
string deserializeString
)
Public Shared Function Deserialize(Of TType) (
deserializeString As String
) As TType
Parameters
deserializeString
Type: System.StringSpecifies the serialized (XML) object.
Return Value
Type: TType
Type: Object
The deserialized object.
Type Parameters
- TType
Specifies the generic type used to deserialize.
See Also
DeserializeāOverload
GeneralFunctions Class
Microsoft.Uii.Common Namespace
Return to top
Unified Service Desk 2.0
Ā© 2017 Microsoft. All rights reserved. Copyright