E
Earl
When I call .ToString in order to return the class property values, is there
any way to return the values discretely? I want to return some values as
integers and some as strings. Is there any way to pull these out one at a
time?
For example, I have a listbox that I populate with instances of my Grid
class. The class properties include GridName, GridID number, etc. When I try
to retrieve the values, I see no other way of getting to the individual
values without returning all of the values concatenated together and then
splitting. What am I missing here?
any way to return the values discretely? I want to return some values as
integers and some as strings. Is there any way to pull these out one at a
time?
For example, I have a listbox that I populate with instances of my Grid
class. The class properties include GridName, GridID number, etc. When I try
to retrieve the values, I see no other way of getting to the individual
values without returning all of the values concatenated together and then
splitting. What am I missing here?