11
Answers

How can I convert the collection object to an int?

Photo of gemtraveller

gemtraveller

20y
7.1k
1
Here is my code object sO = locations.Find(e.Source); I want to convert the object to an int so I can manipulate the values extracted from the collection.

Answers (11)