I have done and successfully able read in byte array.How to i get back my string [].Any MSDN link will be helpfull.
I tried to UTF8.GetString or ASCII.GetString().The returned string has some invalid characters.... 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] <javascript:>> > 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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.
