Implicit Type Conversion Operator (CSSDescription)
Implicit cast of the specified string to a CSSDescription.

C# Syntax

public CSSDescription operator implicit( 
   string cssStr
)

Parameters

cssStr
The CSS selector to be used as the Web object's description.

Return Value

A CSSDescription object based on the specified css selector.