hi,
I Have this text
"
hi
Hello How r u??
MIPL Pune
"I want to Convert this string as
"
hi
Hello
MIPL Pune
"
that like please help me.
hi
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kalyani ShevalePosted Apr 16, 2019, 5:57 AM
Kalyani ShevalePosted Apr 16, 2019, 5:56 AM
Madan ShekarPosted Apr 16, 2019, 2:17 AM
string myContent = Regex.Replace(description, @"<(.|\n)*?>", string.Empty);