Reading a File into a Byte Array

How can you read a file into a Byte Array?

Have a look through MSDN for information about this. There are decent code examples and tutorials there, although it's sometimes a little difficult to navigate.

Unity - Scripting API: Windows.File.ReadAllBytes @kevc45