Click here to Skip to main content
16,004,828 members

Comments by Shaddy Wiz Kay (Top 9 by date)

Shaddy Wiz Kay 28-Jul-15 10:01am View    
help me with an example of what yu saying
Shaddy Wiz Kay 28-Jul-15 5:43am View    
cool
thanks
Shaddy Wiz Kay 28-Jul-15 5:43am View    
thanks
Shaddy Wiz Kay 28-Jul-15 5:25am View    
how about for a double?
Shaddy Wiz Kay 28-Jul-15 5:24am View    
i am getting errors from this part double num2;
if (!double.Parse(TextBox2.Text, out num2)) {
System.Diagnostics.Debug.WriteLine(string.Format("{0} is not a double.", TextBox2.Text));
return;
}
saying"invalid urguments"