Q34
What does the File.ReadAllBytes() method do in C#?
A.
Reads all lines from a file into a string
B.
Writes all bytes to a file from a byte array
C.
Checks if a file exists
D.
Reads all bytes from a file into a byte array
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board