- HTML Encoder/Decoder :
- HTMLEncoder encodes any special characters to HTML entities, such as "<" becomes '<'
- HTML Decoder converts HTML entities to characters. '<' converts to "<".
- Base64 Encodes/Decodes the data with base64.
- UrlEncode encodes the string that to be used in a query part of a URL. and can be decoded back with decoder.
- Write to me with your feedback and comments.