'Declaration Public Function ParseStandardDirectoryListing( _ ByVal rawListing As System.String _ ) As System.Collections.Generic.List(Of FTPFileInfo)
'Usage Dim instance As FTP Dim rawListing As System.String Dim value As System.Collections.Generic.List(Of FTPFileInfo) value = instance.ParseStandardDirectoryListing(rawListing)
public System.Collections.Generic.List<FTPFileInfo> ParseStandardDirectoryListing( System.string rawListing )
public function ParseStandardDirectoryListing( rawListing: System.String ): System.Collections.Generic.List;
public function ParseStandardDirectoryListing( rawListing : System.String ) : System.Collections.Generic.List;
public: System.Collections.Generic.List<FTPFileInfo*>* ParseStandardDirectoryListing( System.string* rawListing )
public: System.Collections.Generic.List<FTPFileInfo^>^ ParseStandardDirectoryListing( System.String^ rawListing )
Parameters
- rawListing