Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. (int, string, string, string, int?, int?)
  2.  
  3. (int, string, string, string, string, string)
  4.  
  5. int x = Int32.Parse(textBox.Text);
  6.  
  7. int x = 0;
  8. Int32.TryParse(textBox.Text, out x);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement