We use the Toast popup control to display validation messages. At the moment a typical validation message would be:
"Your date of birth is in the future. Please enter a valid date of birth".
We'd like to insert a line break so the validation error is visually separated from the required action. For example:
"Your date of birth is in the future.
Please enter a valid date of birth".
How can we insert a line break (ie; CRLF, NewLine, etc) into a string to be displayed by the Toast popup control?