Convert string to hex-string in C#

后端 未结 5 821
说谎
说谎 2020-11-28 06:10

I have a string like \"sample\". I want to get a string of it in hex format; like this:

  \"796173767265\"

Please give the

5条回答
提交回复
热议问题