Verbatim string

 This is used to ignore the escape sequence characters and line breaks inside the string variables. Important thing to note here is that this will not ignore quote escape character (""). So to print quote as it is , you must use double quotes on that string. Ex














Comments

Popular posts from this blog

Understanding Collection and Object Initializer

How to execute Javascript in VS code