Or choose any type de-/serializable to a string array. A Json string, for example. Or just comma-separated, if that's enough for your case.
2017-09-05 13:06 GMT+02:00 Oskar Berggren <[email protected]>: > Might be to use standard .Net deserializing on it? > > 2017-09-05 6:44 GMT+01:00 Ashwin Kamath <[email protected]>: > >> How to convert bye[] to string[] >> >> On Monday, September 4, 2017 at 8:27:25 PM UTC+5:30, saltcode wrote: >>> >>> You read it as byte array ado.net data type >>> >>> On Sep 4, 2017 12:54 PM, "Ashwin Kamath" <[email protected]> wrote: >>> >>>> Dear Sir, >>>> >>>> >>>> >>>> We used Nhiberante to store sting[] in one of the column. There is an >>>> application where we want to read the same data without using Nhibernate. >>>> Table column type is varbinary(max) in SQL or BLOB in (SQLite) .How I can >>>> convert back in C#. It’s very critical for me. Please help me. We are using >>>> ASP.net core hence I dint use Nhibernate. >>>> >>>> >>>> >>>> Also ASP.net core support is available? >>>> >>>> >>>> >>>> Thanks and Regards >>>> >>>> Ashwin >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "nhusers" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at https://groups.google.com/group/nhusers. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "nhusers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/nhusers. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/nhusers. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
