Loads the bytes from a file and stores them in memory.
Syntax
object.LoadByteData(FileName)
The LoadByteData method syntax has these parts:
Part | Description |
object | Required. An object expression that evaluates to an object in the Applies To list. |
FileName | Required. Specifies the file to load into memory. |
Remarks
The LoadByteData method takes a string (FileName), and loads the bytes from the file represented by the string into memory.