Table of Contents

Constructor FieldInstructionToken

Namespace
DocWright.Core.Text
Assembly
DocWright.Core.dll

FieldInstructionToken(string, bool)

Initializes a token.

public FieldInstructionToken(string text, bool wasQuoted)

Parameters

text string

The token text, with quotes removed and escapes resolved.

wasQuoted bool

Whether any part of the token was written inside quotes.

Exceptions

ArgumentNullException

text is null.