Text Options Class
Represents the options available when reading and writing
text files.
Definition
Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public class TextOptions
- Inheritance
- Object → TextOptions
- Derived
Constructors
Text | Constructs a new set of options for delimited text files. |
Text | Constructs a new set of options for delimited text files. |
Properties
Auto | Gets which columns in a data frame are automatically converted to categorical variables. |
Column | Gets whether the first row contains column headers. |
Culture | Gets the culture of the data file. |
Date | Gets an object that specifies how numeric values are parsed and formatted. |
Decimal | Gets the type used to represent numbers with decimals. |
Format | Gets an object that provides information on how to parse strings and format values. |
Inference | Gets the number of rows used to infer the type of columns. |
Max | Gets the largest number of distinct levels for a column to be considered categorical. |
Number | Gets an object that specifies how dates and times are parsed and formatted. |
Row | Gets whether the first column contains row headers. |
Start | Gets the 1-based index of the first row. |
Methods
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) |
Get | Returns an array containing the indexes of the columns that are excluded from the matrix. |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
Set | Sets the columns that are to be excluded from the matrix. |
ToString | Returns a string that represents the current object. (Inherited from Object) |