Table of Contents

Class DelimitedStringOptions

Namespace
Cuemon
Assembly
Cuemon.Core.dll
public class DelimitedStringOptions : FormattingOptions, IValidatableParameterObject, IParameterObject
Inheritance
Object
DelimitedStringOptions
Implements
Inherited Members

Constructors

DelimitedStringOptions()

Initializes a new instance of the DelimitedStringOptions class.

public DelimitedStringOptions()

Remarks

The following table shows the initial property values for an instance of DelimitedStringOptions.

PropertyInitial Value
Delimiter,
Qualifier"
FormatProviderSystem.Globalization.CultureInfo.InvariantCulture

Properties

Delimiter

Gets or sets the delimiter that separates the fields. Default is comma (,).

public string Delimiter { get; set; }

Property Value

String

The delimiter that separates the fields.

Qualifier

Gets or sets the qualifier placed around each field to signify that it is the same field. Default is quotation mark (").

public string Qualifier { get; set; }

Property Value

String

The qualifier placed around each field to signify that it is the same field.

Methods

ValidateOptions()

public override void ValidateOptions()