xRecord.xml Method

Retrieves an XML string that represents the current object.

Syntax

public str xml([int indent])

Run On

Called

Parameters

  • indent
    Type: int
    An integer that indicates the number of spaces to use for indentation in the XML string.

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

xRecord Class