How to Read VarBinary(Max) Data type in C# Controller to Save Doc
I am using like this
assignmentDoc.Doc = (byte[])reader.GetValue(docIndex);
I am geting error ,
Please help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhuvanesh MohankumarPosted May 12, 2016, 10:13 AM
You are right that only Byte array can read such values,