Let's say I have a textboxA. When the application runs, textboxA will be shown and user can enter a number. I wanted to format the user input to red color font and enclose with brackets.
Example: If user enter '5', I will format the input to (5), with red color.
How do I achieve that?