Tagged Questions
4
votes
1answer
41 views
Is there a markup for multiple spaces in code?
I would like to put a string of spaces in code in an SO answer:
ddl1.Items.Add("12 34")
Without code, I can use . In code, I cannot:
ddl1.Items.Add("12 ...