IOFile.ToByteArray Method
Definition
Converts this file to a byte array.
public Byte[] ToByteArray();
Returns
A byte array containing the file data.
Converts this file to a byte array.
public Byte[] ToByteArray();
A byte array containing the file data.