XStreamingElement::ToString Method
Returns the XML for this streaming element, optionally disabling formatting.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | ToString() | Returns the formatted (indented) XML for this streaming element.(Overrides Object::ToString().) |
![]() | ToString(SaveOptions) | Returns the XML for this streaming element, optionally disabling formatting. |
Note that when debugging a program that uses XStreamingElement, displaying the value of an object causes its ToString method to be called. This causes the XML to be serialized. If the semantics of your streaming element query are such that the streaming element can only be streamed once, this may cause undesirable behavior in your debugging experience.
