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
Pinku
1.4k
302
45.5k
How to download a file which is in binary format in csharp
Nov 8 2019 4:59 AM
MXResumeWordDoc resumeWordDoc = new MXResumeWordDoc();
resumeWordDoc.LoadResumeWordDocByDID(neo as Neo, applicationID);
var isResumeLoaded = resumeWordDoc.LoadResumeWordDocByDID(neo as Neo, applicationID);
if (isResumeLoaded)
{
var binaryData = resumeWordDoc.Elements.BinaryData.Value;
response.Results.Add(Convert.ToBase64String(binaryData));
}
this abovecode gives me the results in binary format.
But i want to get the file downloaded based on the format.How to do it????
Reply
Answers (
2
)
Swapping context between flows
Building this code