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
Post a Comment