Is there any function(other than replace) which converts the text escape character like line feed or tab feed to there corresponding html escape character like   or <br />.
I want touse it in asp.net page label control to view the data user had entered through multiline textbox.(C#)