The culture for parsing file listings.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public CultureInfo ParsingCulture { get; set; } |
Visual Basic |
---|
Public Property ParsingCulture As CultureInfo Get Set |
Visual C++ |
---|
public: property CultureInfo^ ParsingCulture { CultureInfo^ get (); void set (CultureInfo^ value); } |
Remarks
The DirDetails(String) method parses the file listings returned. The names of the file
can contain a wide variety of characters, so it is sometimes necessary to set this
property to match the character-set used on the server.