Html Library Help
Implicit Operator
NamespacesHtmlElementImplicit(Element)
Performs an implicit conversion from Element to String.
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator string (
	Element element
)
Public Shared Widening Operator CType ( _
	element As Element _
) As String
static implicit operator String^ (
	Element^ element
)
Parameters
element (Element)
The element.
Return Value
The result of the conversion.

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