Deserialises an XML String into an Object.

Syntax

ISWebUtilities.DeserialiseXmlStringToObject(xml, objType, obj)

Parameters

NameTypeOptionalByRefDescription
xml String The XML String to deserialise.
objType Type The object type. Use GetType(object) when calling.
obj Object ByRef Returns the deserialised Object.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISWebUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0