c# - store double quotes inside single quotes -


I want to store characters in four axes, one of them is double quote ("). But I get something wrong I'm doing.

  personal char [] character = new letter [] {'\ "\"', ...};    < P> 

four type can store only one letter, you are trying to store two double quotes Try it:

  personal char [] characters = new four [] {'' ', ...};   

You are also trying to avoid it but it is unnecessary to avoid double coat only if you are inside a string, that is, inside double quotes.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -