Util ToXml Method frevvo Live Forms
Extension method to return XML for an AtomBase instance.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public static string ToXml(
	this AtomBase atomBase
)

Parameters

atomBase
Type: AtomBase
An AtomBase object

Return Value

Type: OnlineString
XML dump of the AtomBase object as a string

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type AtomBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
See Also