Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How to append the BoldText and NormalText in C#StringBuilder
Ganeshkumar Lingappan
7y
205
1
Reply
How to append the bold text through StringBuilder in C#
StringBuilder message = new StringBuilder();
message.Append("\n");
message.Append("Hello");
message.Append("<Bold>");
message.Append("World");
message.Append("</Bold>");
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
how to do display data from the mysql workbench by using aja
Image slider using asp .net