Stores body decoded-data to the specified file.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void DataToFile( string fileName )
Public Sub DataToFile ( fileName As String )
public: void DataToFile( String^ fileName )
member DataToFile : fileName : string -> unit
Parameters
- fileName (String)
- File name with path, where to store body data.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when fileName is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119