Replaces this HTML character entity... | With... |
> | > |
< | < |
& | & |
" | " |
inString | String An HTML-encoded String. |
value | String Result from decoding the contents of inString. Any HTML character entities that existed in inString will appear as native characters in value. |