Table of Contents

Constructor PlainTextReader

Namespace
DocWright.Formats.Text
Assembly
DocWright.Formats.Text.dll

PlainTextReader()

Initializes a reader with default options.

public PlainTextReader()

PlainTextReader(PlainTextReadOptions)

Initializes a reader with format-specific options.

public PlainTextReader(PlainTextReadOptions options)

Parameters

options PlainTextReadOptions

The options.

Exceptions

ArgumentNullException

options is null.