Click or drag to resize

MemoryStreamToolWriteToDisk Method

Overload List
  NameDescription
Public methodStatic memberWriteToDisk(MemoryStream, String)
Calls write to disk with truncate value as false.
Public methodStatic memberWriteToDisk(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
Top
See Also