How to convert HTML text inside Textbox into string..
Loading
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.
Munesh SharmaPosted May 2, 2016, 1:54 PM
ali tuncerPosted Apr 29, 2016, 6:30 AM
try this :
Regex regex = new Regex(@"(?<=\bText=')[^']*");
string test = regex.Match(input).Value;
Rajeesh MenothPosted Apr 29, 2016, 6:23 AM
Manas MohapatraPosted Apr 29, 2016, 6:04 AM
Amit KumarPosted Apr 29, 2016, 5:42 AM
Manas MohapatraPosted Apr 29, 2016, 3:27 AM