Replaces this native language character... | With... |
> | > |
< | < |
& | & |
" | " |
‘ | ' |
inString | String The character you want to encode in HTML. |
value | String Result from encoding the contents of inString. Any HTML-sensitive characters that existed in inString (for example, > or &) will appear as the equivalent HTML character entities in value. |