I’m using a library call, setInstance(ByVal instance As UInteger), in my VB.NET code. The parameter I need to pass is an Integer. Is there anything I need to do to convert the integer parameter to an unsigned integer? The number is guaranteed to be positive and less than 10.
I’m using a library call, setInstance(ByVal instance As UInteger) , in my VB.NET code.
Share
Like so…