GetFileContent

MemoryFileSystem.GetFileContent method

Returns the raw content of the specified file. Throw FileNotFoundException if the specified file is not existing.

public byte[] GetFileContent(string fileName)
ParameterTypeDescription
fileNameString

See Also