Click or drag to resize

MPUtilityEscapeLikeWildcards Method

Escapes the like wildcard characters (% and _) within the specified string. Use this method to escape SharePoint search like terms and Model like terms

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static string EscapeLikeWildcards(
	string s
)

Parameters

s
Type: SystemString

Return Value

Type: String
See Also