Edit

Share via


MsgUtils.EscapeControlChars(String) Method

Definition

Converts any control characters in a string to their escaped representation.

public static string EscapeControlChars (string s);
static member EscapeControlChars : string -> string

Parameters

s
String

The string to be converted

Returns

The converted string

Applies to