Array.Xml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Xml() |
Returns an XML string that represents the current object. |
Xml(Int32) |
Xml()
Returns an XML string that represents the current object.
public:
override System::String ^ Xml();
public override string Xml ();
override this.Xml : unit -> string
Public Overrides Function Xml () As String
Returns
An XML string that represents the current object.
Remarks
This method can be overridden to return values that are meaningful for a particular type.
Applies to
Xml(Int32)
public:
override System::String ^ Xml(int _indent);
public override string Xml (int _indent);
override this.Xml : int -> string
Public Overrides Function Xml (_indent As Integer) As String
Parameters
- _indent
- Int32
The amount of indentation of the returned XML string; optional.