Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxpublic override byte[] ReadAllBytes(
	string path
)
Parameters
- path
- Type: SystemString
 Path to file.
Return Value
Type: 
Byte See Also
See Also