The OS400FileParser type exposes the following members.

Constructors

  NameDescription
Public methodOS400FileParser
Initializes a new instance of the OS400FileParser class

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsMultiLine
Does this parser parse multiple lines to get one listing?
(Inherited from FTPFileParser.)
Public methodIsValidFormat
Test for valid format for this parser
(Overrides FTPFileParser..::..IsValidFormat(array<String>[]()[][]).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParse
Parse server supplied string
(Overrides FTPFileParser..::..Parse(String).)
Public methodToString (Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyParsingCulture
Get/set the culture info for parsing
(Inherited from FTPFileParser.)
Public propertyTimeIncludesSeconds
Get flag indicating whether or not the most recent parse returned seconds.
(Overrides FTPFileParser..::..TimeIncludesSeconds.)

See Also