Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# get all bytes of a file

//replace filepath with the real filepath
byte[] fileBytes = System.IO.File.ReadAllBytes(filepath);
 
PREVIOUS NEXT
Tagged: #bytes #file
ADD COMMENT
Topic
Name
1+1 =