StreamWrite Method | |
Write byte array to file via file stream. The file overwrite.
Namespace:
SIC.File
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static void Write(
string pFileName,
byte[] pByte
)
Public Shared Sub Write (
pFileName As String,
pByte As Byte()
)
Parameters
- pFileName
- Type: SystemString
file name include path - pByte
- Type: SystemByte
byte array to write into file
See Also