Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. string[] text = new string[2];
  2. text[0] = "http://yandex.ru";
  3. text[1] = "http://google.ru";
  4. text[2] = "http://mail.ru";
  5.  
  6. for(int i = 0; i < text.length; i++){
  7. byte[] buffer = Encoding.Default.GetBytes(text[1]);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement