CustomTransactionsXMLSerializeObject Method

XML Serializes an object.

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 string XMLSerializeObject(
	Object value
)

Parameters

value
Type: SystemObject
The data to be serialized.

Return Value

Type: String
An XML string of the serialized data.