FilesToBytes Method

Read the contents of a file into a byte array.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static byte[] ToBytes(
	string path
)

Parameters

path  String
File path.

Return Value

Byte
Byte[] with the contents of a file.

See Also