ControlChar CrLf field. Carriage return followed by line feed character x000dx000a or rn. Not used as such in Microsoft Word documents but commonly used in text files for paragraph breaks in C#....// Add a tab character. builder . Write ( "Before tab." + ControlChar...ControlChar . Tab + "After tab." ); // Add a line break. builder...