TextOptionsExtensions Class

Contains extension methods for creating modified text options objects.

Definition

Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.0
C#
public static class TextOptionsExtensions
Inheritance
Object  →  TextOptionsExtensions

Methods

WithColumnHeaders<T> Returns an options object with the ColumnHeaders property changed to the specified value.
WithDecimalType<T> Returns an options object with the DecimalType property changed to the specified value.
WithFormatProvider<T> Returns an options object with the FormatProvider property changed to the specified value.
WithInferenceRows<T> Returns an options object with the InferenceRows property changed to the specified value.
WithRowHeaders<T> Returns an options object with the RowHeaders property changed to the specified value.
WithStartRow<T> Returns an options object with the StartRow property changed to the specified value.

See Also