Examlex

Solved

One Way to Convert Item Objects Retrieved from ListBoxes to Strings

question 15

Short Answer

One way to convert item objects retrieved from ListBoxes to strings for displaying is to use the Text property for retrieval. Another option is to retrieve the values as objects using the SelectedItem property and invoke the ____________ method.


Definitions:

Related Questions