Hi all,
I will try to keep this as simple as possible as the project is quite large.
But quite simply we have a signature capture app that capture the coordinates of lines of a signature that posts them into an SQL column as 'image'.
We then convert the contents using:
so the data is now in string format so that we can send using TCP sockets.
My problem lies quite simply when trying to convert back from a string into the correct format as if it just came from SQL 'image' format. Really I dont even know what the format should be let alone start working out code
I have tried many examples from online but Im just not getting the right format, maybe its as simple as the opposite of the above code for someone?
Any ideas?
Many thanks,
James
- free mp3 downloads and streaming
I will try to keep this as simple as possible as the project is quite large.
But quite simply we have a signature capture app that capture the coordinates of lines of a signature that posts them into an SQL column as 'image'.
We then convert the contents using:
Code:
recSign = BitConverter.ToString(CType(res.item("recSign"), Byte())
My problem lies quite simply when trying to convert back from a string into the correct format as if it just came from SQL 'image' format. Really I dont even know what the format should be let alone start working out code
I have tried many examples from online but Im just not getting the right format, maybe its as simple as the opposite of the above code for someone?
Any ideas?
Many thanks,
James
- free mp3 downloads and streaming