
how to parse a string with html tags in its substrings which are bold, italic, underlined
By: a guest on
Feb 22nd, 2012 | syntax:
None | size: 0.13 KB | hits: 16 | expires: Never
"Hello <b>world</b>!"
string text;
bool IsBold;
bool IsItalic;
bool IsUnderlined;
...
string text;
FontStyle FontStyle;