Hi all,
I have a problem with list.add part. I have a list and i want to use like that => my_list.Add(Config(“Value”).ToString)
When did like this i got error message object to string conversion error.
NOT : I have more than one list and value. I need to use this type of syntax etc.
How can i solve this problem?
Thank you.