I have just started using WPF forms instead of Windows Forms forms. In a Windows Forms form I could just do:
ComboBox.SelectedValue.toString();
To get the value of the ComboBox's selected index in C# use:
Combobox.SelectedValue