Atom.NET documentation

AtomFeed.ToString Method 

Converts the AtomEntry in a series of xml nodes.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

The string representation of AtomEntry class.

See Also

AtomFeed Class | Atom.Core Namespace