Returns a textual XML representation of the Option instance.

Namespace: S22.Xmpp.Extensions.Dataforms
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public override string ToString()

Return Value

A textual XML representation of the Option instance.

Remarks

This actually only returns the inner XML of the option XML element, so that the Option class can be used with the generic XmlCollection class.

See Also