Hello everybody,
If I have a window with a path to "file:///D:/T%E9l%E9chargements" and I want it to be displayed "D:\Téléchargements", I have to use HttpUtility.HtmDecode.
For that, I must reference System.Web. This is stored in several places.
What is the preferable one, for a WinForms project on .Net Framework 4.7.2 with a reference to PowerShell?
If I do not choose the good one, it can display the name of the class in the ListBox instead of the DisplayMember, or it can even break when loading the project, claiming about an incorrect format of DLL.
If I have a window with a path to "file:///D:/T%E9l%E9chargements" and I want it to be displayed "D:\Téléchargements", I have to use HttpUtility.HtmDecode.
For that, I must reference System.Web. This is stored in several places.
What is the preferable one, for a WinForms project on .Net Framework 4.7.2 with a reference to PowerShell?
If I do not choose the good one, it can display the name of the class in the ListBox instead of the DisplayMember, or it can even break when loading the project, claiming about an incorrect format of DLL.