How to convert a C# Queue into a binary datatype to be stored as a SQL Blob?

Posted by Soham on Stack Overflow See other posts from Stack Overflow or by Soham
Published on 2010-04-14T07:46:36Z Indexed on 2010/04/14 7:53 UTC
Read the original article Hit count: 263

Filed under:
|
|

Hi All,

How do I convert a C# Queue into a binary variable, so that I can store it as a blob in SQL?

Help appreciated!

Soham

© Stack Overflow or respective owner

Related posts about c#

Related posts about queue