I am a getting a FileContentResult from a web API for my desktop application.
{
"fileContents": "JVBERi0xLjMNCjEgMCBvYmoNNzQ3Ng0KJSVFT0Y=",
"contentType": "application/octet-stream",
"fileDownloadName": "",
"lastModified": null,
"entityTag": null,
"enableRangeProcessing": false
}
Need to know how the file can be downloaded?
I tried deserializing using Json.Net but it throws error 'Unknown object type! System.Byte'