Persists collection to an XML string.

Items which are "objects" will not be persisted.

Syntax

ISKeyValueList.ToXmlString([includeXmlHeader], [prettify], [includeNonaudited])

Parameters

NameTypeOptionalByRefDescription
includeXmlHeader Boolean Optional Indicates whether to include the XML header tag. If omitted, a value of False is assumed.
prettify Boolean Optional Indicates whether to return the XML formatted with new lines and indentation. The default is True. If omitted, a value of True is assumed.
includeNonaudited Boolean Optional Indicates whether to include Items where the Audit flag is False. If omitted, a value of True is assumed.

Return Value

String

A String value.

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