Tagged Questions
0
votes
1answer
315 views
How to make a type safe wrapper around Variant values
I'm working with a OPC Server control that stores data tags as variant types, described by System.Runtime.InteropServices.VarEnum. These types include the following, VT_BSTR (string), VT_I2 (short) ...