RSS.NET

RssChannel.ToString Method 

Returns a string representation of the current Object.

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

Return Value

The channel's title, description, or "RssChannel" if the title and description are blank.

See Also

RssChannel Class | Rss Namespace