| Object: | BinaryStream |
| Syntax: | ReadAll () |
| Returns: | An array of binary characters |
| Description: | This method reads the entire contents of the file into an array of binary characters. In Automation terms, this is a VT_UI1 | VT_ARRAY type. |
![]() |
For performance purposes, it is not recommended that you read very large files into memory on a Web Server, as this may significantly tax server resources. |
| Previous Page | Next Page |