Method AddEscapes
AddEscapes(String)
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
Declaration
protected static string AddEscapes(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str |
Returns
Type | Description |
---|---|
System.String |