Declaration
public static string FilenameCharactersUnescape(
this string input
)
Summary
Reverses the transformation done by
StringExtensions.FilenameCharactersEscape(this string, bool). This routine will also work on
filenames that cannot have been generated by the above escape procedure; any "invalid" escapes will be
preserved as-is.