Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Nuget packages
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference

Skip Navigation LinksHome»Documentation»Reference»Extreme.Data»TextOptions Class

TextOptions Class

Extreme Optimization Numerical Libraries for .NET Professional
Represents the options available when reading and writing text files.
Inheritance Hierarchy

SystemObject
  Extreme.DataTextOptions
    Extreme.Data.JsonJsonOptions
    Extreme.Data.TextDelimitedTextOptions
    Extreme.Data.TextFixedWidthTextOptions

Namespace:  Extreme.Data
Assembly:  Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
Syntax

C#
VB
C++
F#
Copy
public class TextOptions
Public Class TextOptions
public ref class TextOptions
type TextOptions =  class end

The TextOptions type exposes the following members.

Constructors

  NameDescription
Public methodTextOptions(IFormatProvider, Boolean, Boolean, Int32, Int32, Type)
Constructs a new set of options for delimited text files.
Public methodTextOptions(IFormatProvider, Boolean, Boolean, Int32, Int32, Type, AutoCategorization, Int32)
Constructs a new set of options for delimited text files.
Top
Properties

  NameDescription
Public propertyAutoCategorize
Gets which columns in a data frame are automatically converted to categorical variables.
Public propertyColumnHeaders
Gets whether the first row contains column headers.
Public propertyCulture
Gets the culture of the data file.
Public propertyDateTimeFormat
Gets an object that specifies how numeric values are parsed and formatted.
Public propertyDecimalType
Gets the type used to represent numbers with decimals.
Public propertyFormatProvider
Gets an object that provides information on how to parse strings and format values.
Public propertyInferenceRows
Gets the number of rows used to infer the type of columns.
Public propertyMaxCategories
Gets the largest number of distinct levels for a column to be considered categorical.
Public propertyNumberFormat
Gets an object that specifies how dates and times are parsed and formatted.
Public propertyRowHeaders
Gets whether the first column contains row headers.
Public propertyStartRow
Gets the 1-based index of the first row.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetExcludedColumns
Returns an array containing the indexes of the columns that are excluded from the matrix.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetExcludedColumns
Sets the columns that are to be excluded from the matrix.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference

Extreme.Data Namespace

Copyright (c) 2004-2023 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2023, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.