GoogleSearchResultDescription(Encoding, Encoding) Property

Gets the search result description in the specified text encoding.

Definition

Namespace: DevCase.ThirdParty.Google.Search
Assembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual string this[
	Encoding inEnc,
	Encoding outEnc
] { get; }

Parameters

inEnc  Encoding
The source text encoding.
outEnc  Encoding
The target text encoding.

Property Value

String
The search result description in the specified text encoding.

See Also