List.xml Method

Returns an XML string that represents the current object.

Syntax

public str xml([int indent])

Run On

Called

Parameters

  • indent
    Type: int
    The amount of indentation of the returned XML string; optional.

Return Value

Type: str
An XML string that represents the current object.

Remarks

This method can be overridden to return values that are meaningful for that type.

See Also

Reference

List Class