Class StreamExtensions
Inherited Members
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class StreamExtensions
Methods
WriteToFile(MemoryStream, string)
Declaration
public static Task WriteToFile(this MemoryStream stream, string targetFileName)
Parameters
| Type | Name | Description |
|---|---|---|
| MemoryStream | stream | |
| string | targetFileName |
Returns
| Type | Description |
|---|---|
| Task |