I\'m making an example for someone who hasn\'t yet realized that controls like ListBox don\'t have to contain strings; he had been storing formatted strings and
ListBox
lstBox.Items[lstBox.SelectedIndex] = lstBox.SelectedItem;