unescapeIniString

private fnstring unescapeIniString(string val)

Decode the backslash escapes produced by escapeIniString.

Parameters

valEscaped INI string content (without surrounding quotes).

Returns

The decoded string.