. , ( , "\n" "\ r\n" ), "\ r\n", "\n" .
lbl.Text = lbl.Text.Replace("\r\n", "<br />").Replace("\n", "<br />");
4 .:
lbl.Text = lbl.Text.Replace("\t", " ")
( html ), :
lbl.Text = lbl.Text.Replace(" ", " ")//Replace every 2-space pair.
< br/ > .
TextBox, MultiLine "true" "Enabled" "false", , . , - , .
share