Write > or < in method summary

  • Thread starter Thread starter Samik R.
  • Start date Start date
S

Samik R.

Simple question about writing the method summary: how do you write >
(greater than) or < (less than) in between <summary></summary>?
Thanks.
 
Samik R. said:
Simple question about writing the method summary: how do you write >
(greater than) or < (less than) in between <summary></summary>?
Thanks.

&gt; for > and &lt; for <
 
In addition to Jon's answer, you should also escape the following
characters in XML:
ampersand (&) &amp;
quote (") &quot;
apostrophe (') &apos;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top