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 Async and Await

Understanding ref and out + C#7.0 features