unescapeIniString
private fn
string unescapeIniString(string val)Decode the backslash escapes produced by escapeIniString.
Parameters
val | Escaped INI string content (without surrounding quotes). |
Returns
The decoded string.