Method RestoreControlChars
RestoreControlChars(string?)
Replaces escaped sequences (like \n, \t, \x1F) with their actual control characters.
public static string? RestoreControlChars(string? input)
Parameters
input
stringA string with escape sequences.
Returns
- string
The unescaped string with literal control characters.