lets say i got combobox populated with items (items are some numbers for this particular example), and i want to tell C# something like this: IF there is some item selected in combobox, get that item and multiply it by 2. Is there any way that i can do this?
lets say i got combobox populated with items (items are some numbers for this
Share
Assuming it was populated by a list of ints. e.g
Winforms of course
If they are strings then it would be something ike