I have a problem. I am reading some settings from external XML file with C#, and it contains escape character "\t". Problem is, when it returns the value it has a verbatim in front of it, like @"\t". How can i remove the verbatim sign from the string when it is already in the variable? Does trim function work on verbatim literal, or just on the string between the ""?

Where do you see this "verbatim sign"?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.