✅ Converting value to nullable
I've got a point in my code where I've got:
I need to write
How can I convert this value to nullable successfully?
Thanks
I need to write
ChangeType, and only have access to value and type. Using Convert.ChangeType() doesn't work here, and throws an exception.How can I convert this value to nullable successfully?
Thanks