Class TextFileCache
Cache for text files
Inherited Members
Namespace: PayrollEngine.Client.Exchange
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class TextFileCache
Constructors
TextFileCache()
Declaration
public TextFileCache()
Methods
ReadTextFile(string)
Reads a text file as string
Declaration
public string ReadTextFile(string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileName | Name of the file |
Returns
| Type | Description |
|---|---|
| string | The file content as string |