1. What is the difference between string and String ? when is each one used ?
2. I tried to use "ToCharArra y" , because I need the text in simple characters array.
Code:
private System.Windows.Forms.TextBox UserName ; char [] name1; name1 = new char [64]; name1 = this.UserName.Text.ToCharArray();