Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string FilenameCharactersUnescape(this string)

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.