MemoryStreamToolWriteToDisk Method |
Name | Description | |
---|---|---|
![]() ![]() | WriteToDisk(MemoryStream, String) |
Calls write to disk with truncate value as false.
|
![]() ![]() | WriteToDisk(MemoryStream, String, Boolean) |
If truncate is set to true and the file exist it will truncate
it otherwise it will open the output file with the openorcreate filemode
|