| 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
)
Public Shared Function Normalize (
query As String
) As String
Parameters
- query
- Type: SystemString
Query to normalize.
Return Value
Type:
StringRemarks See Also