I have a label that displays inches. I would like to display the number with the inch symbol (") or quotation mark. Can I do this with an nsstring? Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Sure, you just need to escape the quotation mark.
Output:
|
|||||||||||||
|
|
Yes, you can include a quotation mark in an For example, to put the string
A backslash followed by a quotation mark simply inserts the quotation mark into the string. |
|||
|
|
|
If the string is a literal string, then you can use the escape character to add a quotation mark inside a string.
|
|||
|
|