HtmlEscape(input, leaveSingleQuotesAlone, leaveDoubleQuotesAlone) Indent(str, by, indentFirstLine) ParseInt(str, default_, style, provider) Replace(str, oldValue, newValue, comparison)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: string FilenameCharactersUnescape(this string)Declarationpublic 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. |