A Sandcastle Documented Class Library
FilesByteArrayToFile Method |
Write a file from an in-memory a byte array.
Namespace: NSG.Library.Helpers
Assembly: NSG.Library.Helpers (in NSG.Library.Helpers.dll) Version: 1.0.1.17 (1.0.1.17)

public static void ByteArrayToFile( byte[] file, string fullFileName )
Public Shared Sub ByteArrayToFile ( file As Byte(), fullFileName As String )
public: static void ByteArrayToFile( array<unsigned char>^ file, String^ fullFileName )
static member ByteArrayToFile : file : byte[] * fullFileName : string -> unit
Parameters
- file
- Type: SystemByte
byte array - fullFileName
- Type: SystemString
full path and file name

The opposite of FileToByteArray
