Write the byte data from a byte array to a file.
Syntax
Parameters
| Name | Type | Optional | ByRef | Description |
| fileName |
String |
|
|
The file name of the file to write including the file extension. |
| byteArray |
Byte() |
|
|
The byte array to write to the file. |
Return Value
Boolean
A Boolean value indicating success.
- Member of:
- ISFileUtilities
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0