Guest User

Untitled

a guest
Jan 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. public static byte[] CreateString(string text)
  2.         {
  3.             return System.Text.ASCIIEncoding.ASCII.GetBytes(text);
  4.         }
Add Comment
Please, Sign In to add comment