Class BinaryFile
Binary file
Inherited Members
Namespace: PayrollEngine.Client.Exchange
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class BinaryFile
Methods
Read(string)
Reads a binary file as encoded string
Declaration
public static string Read(string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileName | Name of the file |
Returns
| Type | Description |
|---|---|
| string | The file content as base 64 string |