.NET SDK
I have a .NET SDK edge application written in C#. I am using the GetNamedPropertyValuesVTQ call to return a set of properties from a THING. One of the properties is an image. Casting to IMAGEPRIMATIVE or byte[] shows a length of 0 in debug mode. Double question set is:
1. How can you convert an ImagePrimative to a C# image to be able to persist the image to client folder.
2. Is there an alternative way to download the image property into an edge application (C#)?

