Como remover todos os caracteres entre "<" e ">", incluindo "<" e ">"?

Eu tenho string:

window.google.ac.h(["hãy nghe lời ô",[["hãy nghe lời <b><i>cô<\/i><\/b>",30,[10,40]]],{"j":"13","o":"hãy nghe lời <sc>cô<\/sc>","p":"hãy nghe lời <se>ô<\/se>","q":"a3-RB5VEFG4py23rfvkQ1MtM5Vk"}])

mas eu quero string:

window.google.ac.h(["hãy nghe lời ô",[["hãy nghe lời cô",30,[10,40]]],{"j":"13","o":"hãy nghe lời cô","p":"hãy nghe lời ô","q":"a3-RB5VEFG4py23rfvkQ1MtM5Vk"}])

Toda substring como<b>, <\/b> deve ser removido.

Existe alguma maneira de fazer isso por c #?

questionAnswers(1)

yourAnswerToTheQuestion