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 public static string EscapeSpecialChars(
string s,
char escapeChar,
char specialChar
)
Parameters
- s
- Type: SystemString
- escapeChar
- Type: SystemChar
- specialChar
- Type: SystemChar
Return Value
Type:
StringSee Also