I am trying to access a Microsoft COM object which has a single input parameter which is a byte array.
The data I have is in a string, how do I convert it into a byte array so that I can pass it into the COM object.
Thanks