Summary
Converts any control characters in a string
to their escaped representation.
- Namespace
- TCLite
.Constraints - Containing Type
- MsgUtils
Syntax
public static string EscapeControlChars(string s)
Parameters
| Name | Type | Description |
|---|---|---|
| s | string | The string to be converted |
Return Value
| Type | Description |
|---|---|
| string | The converted string |
