Either try \n inside the string or append Environment.NewLine to a string.
I assume you are referring to %Newline()
If so, the you would need to add to or include "\r\n" in a string. "\n" would be the equivalent of %Linefeed().
It may seem minor, but in many instances it is terribly important.