John Simoes

John Simoes

  • NA
  • 8
  • 0

Trimming characters from an XML file

Apr 25 2008 8:57 AM

Hi everyone, I have a massive XML file with a translation table of words, so basically there's many words in the XML file that the C# program will read. Some of the words have a colon ":" at the end. I need so make some kind of Trim that finds all the colons and removes them.

How do I code it to remove a specfic character in maybe a foreach loop?