G
Guest
hi all
i would like to include the double quote " symbol into the string. How can
i do it?
cheers
i would like to include the double quote " symbol into the string. How can
i do it?
cheers
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
* "=?Utf-8?B?Um95IFQ=?= said:i would like to include the double quote " symbol into the string. How can
i do it?
* "Cablewizard said:FYI, the ControlChars.Quote method is my favorite.
It is very clear what you are doing and makes code very readable and
maintainable.
Much more so than "" """", which can be confused with '', '''' (single quotes)
IMHO, I would recommend this as a "best practice".
FYI, the ControlChars.Quote method is my favorite.
It is very clear what you are doing and makes code very readable and
maintainable.
Much more so than "" """", which can be confused with '', '''' (single quotes)
IMHO, I would recommend this as a "best practice".
Cablewizard said:FYI, the ControlChars.Quote method is my favorite.
It is very clear what you are doing and makes code very readable and
maintainable.
Much more so than "" """", which can be confused with '', '''' (single quotes)
IMHO, I would recommend this as a "best practice".
Gerald
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.