String to Hex - Hex to String Convert


/ Published in: C#
Save to your folder(s)

You can convert a string to hex or vice-versa with this methods.
Example for real world;
You want set / get some data from URL, but if your data has some special chars (like ^$ %) it'll be problem... In this case, you can use this methods and convert your data to hex.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.