Has anyone successfully created a Image TypeConverter?
I have successfully created 15 - 20 TypeConverters based on enumerations but I am unable to figure out why it won't work for Byte[]/Image.
Is there anything preventing Byte[] type converters from working? I can see all my type converters in the client except my "ImageConverter" class.
Can anyone point me in the right direction?
Thanks!