C e string converted to byte array

From , 3 Years ago, written in C#, viewed 217 times.
URL https://pastebin.vip/view/d58cc999
  1. using System.Text;
  2. public static byte[] ConvertStringToByteArray(string stringToConvert)
  3. {
  4.     return (new UnicodeEncoding()).GetBytes(stringToConvert);
  5. }

Reply to "C e string converted to byte array"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website