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: 2019.2.1.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