Click or drag to resize

EAPUtilEscapeEmbeddedFunctions Method

Escape any embedded functions in the specified string (presumably a filter).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string EscapeEmbeddedFunctions(
	string s
)

Parameters

s
Type: SystemString
The string to escape.

Return Value

Type: String
The string with any embedded functions escaped.
See Also