useNoAmpersandQuotes property

bool useNoAmpersandQuotes
getter/setter pair

A property that gets/sets whether Strings concatenated using the '&' operator should be returned inside double quote marks.

Implementation

bool useNoAmpersandQuotes = false;