PQDSFile Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Read Reads PQDS file from file path and returns PQDSFile object.
ReadFromFile(String) Reads the content from a PQDS File.
ReadFromFile(String, IProgressDouble) Reads the content from a PQDS File.
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteToFile(String) Writes the content to a .csv file.
WriteToFile(String, IProgressDouble) Writes the content to a .csv file.
WriteToStream(StreamWriter) Writes the content to an output Stream.
WriteToStream(StreamWriter, IProgressDouble) Writes the content to a .csv file.

See Also