CxLiteralString
Description
- Derived from
-
CxLiteral abstract
A literal that represents a string value:
"Regular string literal (escape sequences: \\, \", \0, \', \b, \f, \n, \r, \t, \uFFFF)" @"Verbatim string literal (escape sequences: "", \uFFFF)"
Public / Attributes
Value
The plain literal value, without escaping.
The plain literal value does not depend on Verbatim.