escapeIniString
private fn
string escapeIniString(string val)Escape a string for use inside a quoted INI value: control characters become backslash escapes, and `\` and `"` are escaped.
Parameters
val | Raw string content. |
Returns
The escaped representation (without surrounding quotes).