Problem
Here is my code to create a definition text from 3 arguments. Is there any way to make it work with better performance and look nicer?
private const string IllegalCharacters = "\" + """ + ""'#,.[]{}"" + "" ""
Solution
Problem
Here is my code to create a definition text from 3 arguments. Is there any way to make it work with better performance and look nicer?
private const string IllegalCharacters = "\" + """ + ""'#,.[]{}"" + "" ""
Solution