Strings

A string is just free-form text.

Note that due to XML restrictions, if you would like to include a quote (“) or ampersand (&) character in your string, you need to escape it.

To escape XML, you'll need the following substitutions….

CharacterExampleReplacement
Quote"
Ampersand&&