CustomTransactionsXMLDeserializeObject Method

Deserializes an XML object into the specified type.

Namespace: BBNCExtensions.API.Transactions
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract Object XMLDeserializeObject(
	string XML,
	Type Type
)

Parameters

XML
Type: SystemString
The XML data to be deserialized.
Type
Type: SystemType
The System.Type into which the data should be deserialized.

Return Value

Type: Object
An object of type Type containing the deserialized data.