Add the string to the collection.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public void Add( string str ) |
| Visual Basic |
|---|
Public Sub Add ( _ str As String _ ) |
| Visual C++ |
|---|
public: void Add( String^ str ) |
Parameters
- str
- Type: System..::..String
String to add.