GeneralFunctions.Deserialize Method (String)
Deserializes an XML string into an object of type passed in.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim deserializeString As String
Dim returnValue As TType
returnValue = GeneralFunctions.Deserialize(deserializeString)
Syntax
'Declaration
Public Shared Function Deserialize(Of TType) ( _
deserializeString As String _
) As TType
public static TType Deserialize<TType> (
string deserializeString
)
public:
generic<typename TType>
static TType Deserialize (
String^ deserializeString
)
GenericParameters
- TType
Specifies the generic type used to deserialize.
Parameters
- deserializeString
Specifies the serialized (XML) object.
Return Value
Type: Object
The deserialized object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
GeneralFunctions Class
GeneralFunctions Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.