I 
		
								
				
				
			
		ichor
hi
i am wondering why my first line works but the 2nd doesnt.
float f;
f= Convert.ToSingle (IntegerTextBox.Text) ;
f = (float) (IntegerTextBox.Text ); //ERROR cannot convert from string to
float
thanx
				
			i am wondering why my first line works but the 2nd doesnt.
float f;
f= Convert.ToSingle (IntegerTextBox.Text) ;
f = (float) (IntegerTextBox.Text ); //ERROR cannot convert from string to
float
thanx
