Click or drag to resize
MPUtilityEscapeSpecialChars Method
Escapes all occurrences of the specified special characters within the provided string. Special characters will be escaped with the provided escape character.

Namespace: Colygon.MatchPoint.Core
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static string EscapeSpecialChars(
	string s,
	char escapeChar,
	char specialChar
)

Parameters

s
Type: SystemString
escapeChar
Type: SystemChar
specialChar
Type: SystemChar

Return Value

Type: String
See Also