useNoAmpersandQuotes property
A property that gets/sets whether Strings concatenated using the '&' operator should be returned inside double quote marks.
Implementation
bool useNoAmpersandQuotes = false;
A property that gets/sets whether Strings concatenated using the '&' operator should be returned inside double quote marks.
bool useNoAmpersandQuotes = false;