Method DiscardEscapeChar
DiscardEscapeChar(String)
Returns a string where the escape char has been removed, or kept only once if there was a double escape.
Supports escaped unicode characters, e. g. translates A
to
A
.
Declaration
public static UnescapedCharSequence DiscardEscapeChar(string input)
Parameters
Type | Name | Description |
---|---|---|
System.String | input |
Returns
Type | Description |
---|---|
UnescapedCharSequence |