+--------------------------+
| 1 |
| 2 |
| ... |
+--------------------------+
Шийдэл:
string s1;
s1 = (string)listBox1.Items[1];
double d1 = Convert.ToDouble(s1);
// d1 -iin utga odoo 2 gesen double too bolno.
s1 = (string)listBox1.Items[1];
double d1 = Convert.ToDouble(s1);
// d1 -iin utga odoo 2 gesen double too bolno.
Багш: маг. Ч. Эрдэнэбат
2009-9-22
No comments:
Post a Comment