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