Jcamp |
public class Block
The JcampReaderBlock type exposes the following members.
| Name | Description | |
|---|---|---|
| JcampReaderBlock | Imports a JCAMP block from the given text reader and parses its headers and data. The block must not be a multi-spectrum block; a multi-spectrum file will cause a format exception. |
| Name | Description | |
|---|---|---|
| CreationTime | Creation date/time of the JCAMP file. Be aware that due to different date/time formats, the creation time may be incorrect. If the creation time could not be parsed, the value is MinValue. | |
| ErrorMessages | Messages about any errors during the import of the JCAMP file. | |
| Owner | Owner of the dataset when present in the header. | |
| SystemName | System name as reported in the header. | |
| Title | The title of the file. | |
| XFirst | Gets the first X value read from the block header, or NaN if not specified. | |
| XIncrement | Gets the X increment value read from the block header, or NaN if not specified. | |
| XLabel | The label of the x-axis. | |
| XScale | Gets the X scaling factor read from the header, or NaN if not specified. | |
| XUnit | The unit of the x-axis. | |
| XValues | Gets the computed X values for the block data. | |
| YLabel | The label of the y-axis. | |
| YScale | Gets the Y scaling factor read from the header, or NaN if not specified. | |
| YUnit | The unit of the y-axis. | |
| YValues | Gets the parsed Y values for the block data. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| HandleDateLine | Handles a date line (a line that starts with the ##DATE= header) and extracts an optional date and time. | |
| IsDateReasonable | Validates whether a parsed date is within a reasonable range. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ParseDate | Parses a date string using several exact formats and validates the parsed date. | |
| ParseTime | Parses a time string using several exact formats and returns a DateTime representing the time portion. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |