Click or drag to resize

QueryExpressionNormalize Method

Strips all spaces and double quotes from the beginning and ending of the given query.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static string Normalize(
	string query
)

Parameters

query
Type: SystemString
Query to normalize.

Return Value

Type: String
Remarks