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

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