NEED TO READ A DAT BINARY FILE
Loading
NEED TO READ A DAT BINARY FILE
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.
Jignesh KumarPosted Nov 5, 2023, 5:27 AM
Hello Evandro Eoveda,
Please refer code to read binery file in C#, You need to user "System.IO" name space to reade binery file in c#
Vishal YelvePosted Nov 4, 2023, 11:50 AM
Hi,
Try ths
Aymen AmriPosted Nov 3, 2023, 8:26 PM
File.ReadAllBytes("yourFile.dat")
https://learn.microsoft.com/en-us/dotnet/api/system.io.file.readallbytes?view=net-7.0
Amit MohantyPosted Nov 3, 2023, 11:42 AM