Html Library Help
ToString Method
NamespacesHtmlRenderableComponentToString()()()
Returns a String that represents the current Object. Internally, this creates a StringWriter, calls the Render(TextWriter writer) method and returns the result.
Declaration Syntax
C#Visual BasicVisual C++
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
A String that represents the current Object.

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)