FilesFromBytes Method
Create a file from a byte array.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static void FromBytes(
string path,
byte[] bytes
)
Public Shared Sub FromBytes (
path As String,
bytes As Byte()
)
Parameters
- path String
- Path of the file to create.
- bytes Byte
- Byte array with the contents of the file.