Replace Unicode escape sequences in a string [duplicate]

Use the below code. This unescapes any escaped characters from the input string

Regex.Unescape(value);

Leave a Comment