Download File Special character download error

Hello Team,

I am downloading a file with name contains of special characters like & # ’ but while using download activity i found error while downloading a file.

for that i write line and checked with the filename at that time i found below. how to solve this.
Write Line output:
Document Name : Resume - ABC. Brand & Marketing 9+ yrs (2).pdf
Actual File Name : Resume - ABC. Brand & Marketing 9+ yrs (2).pdf

Hi,

How about using WebUtility.HtmlDecode method?

image

System.Net.WebUtility.HtmlDecode(yourString)

Regards,