Summary of String Literals

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

For the latest documentation on Visual Studio 2017, see Summary of String Literals on docs.microsoft.com. string-literal:
' s-char-sequence opt'

L' s-char-sequence opt'

s-char-sequence:
s-char

s-char-sequence s-char

s-char:
any member of the source character set except the double-quotation mark ("), backslash (\), or newline character escape-sequence

Lexical Grammar

Show: