Write the byte data from a byte array to a file.

Syntax

ISFileUtilities.WriteFileFromByteArray(fileName, byteArray)

Parameters

NameTypeOptionalByRefDescription
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