Remove Characters in a string

Please help to remove the braces on the string
image

I have tried this:

Hey,

Try this

strExtractedText = strInputText.Replace("(","").Replace(")","")

Try this and do let me know

Thanks,
NaNi

Solved thank you :), so much @THIRU_NANI