IFileSystem.ReadAllBytes method

namespace: Serenity   assemblySerenity.Net.Core

Reads all bytes from a file

public byte[] ReadAllBytes(string path)
parameter description
path Path to the file

See Also