TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sudheen
1.4k
313
84.1k
Convert byte[] to IEnumerable byte[] in c#
Feb 6 2018 4:03 AM
public byte[] Execute(string pdfname)
{
return Result;
}
IEnumerable<byte[]> Pdfs = Result ;
how to convert byte[] Result to IEnumrerable byte[] in c#
Reply
Answers (
1
)
ASP.NET Core file download from IIS Server Problem
c# 6.0 , how to use Auto-property initializer in wpf