Click or drag to resize

XmlUtilsXPathEscape Method

Method is to be used when building an xpath query. For example, if you want to query for "Domino's Pizza" you normally get a problem. The method applies the xpath function "convert" to solve the problem. Example: Review[RestaurantName=concat("Domino","'","s Pizza")]

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string XPathEscape(
	string input
)

Parameters

input
Type: SystemString

Return Value

Type: String
See Also