Remove quote from string with Trim

Hi,

You can use .Replace for this.

fileString.Replace(“”“”,“”)

2 Likes