In my .xaml file I have my combo box as below:
You can use the SelectedItem property of the combobox
(CLengthCombo.SelectedItem as ComboBoxItem).Content
https://msdn.microsoft.com/library/windows/apps/windows.ui.xaml.controls.combobox.aspx#properties