Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.