FilesToBytes Method
Read the contents of a file into a byte array.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static byte[] ToBytes(
string path
)
Public Shared Function ToBytes (
path As String
) As Byte()
- path String
- File path.
ByteByte[] with the contents of a file.