Displaying text in C# from XML via LINQ

Posted by xscape on Stack Overflow See other posts from Stack Overflow or by xscape
Published on 2010-05-19T03:13:22Z Indexed on 2010/05/19 3:20 UTC
Read the original article Hit count: 204

Filed under:
|
|

Is there a way to display "Test" value as bold just like the implementation of newline?

<testElement>Test &#xD; Test</testElement>

The output of the above line when you display it is:

TEST
TEST

I want to know what/how to make the second line as bold just line by using expressions.

Thank you

© Stack Overflow or respective owner

Related posts about Xml

Related posts about LINQ