Click or drag to resize

QString Constructor (String)

Construct the QueryString from a query string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public QString(
	string queryString
)

Parameters

queryString
Type: SystemString
The query string from which to construct.
See Also