Click or drag to resize
FileReadAllBytes Method
Opens a binary file, reads the contents of the file into a byte array, and then closes the file.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public override byte[] ReadAllBytes(
	string path
)

Parameters

path
Type: SystemString
Path to file.

Return Value

Type: Byte
See Also