2
Answers

What does object.Value return of {} mean?

Ask a question
Dan Halliday

Dan Halliday

14y
1.7k
1
Hi

I am debugging a third party library that is throwing an exception. I don't think the finer details of the library are relevant but you can correct me on that if I am wrong.

I have a parameter of type object passed to a function. The return of object.Value is:
{}

How can I test for this? What is the value? It is not null and I don't know how to test for and handle this value.

Thanks
Dan

Answers (2)