Constructor FieldInstructionToken
FieldInstructionToken(string, bool)
Initializes a token.
public FieldInstructionToken(string text, bool wasQuoted)
Parameters
textstringThe token text, with quotes removed and escapes resolved.
wasQuotedboolWhether any part of the token was written inside quotes.
Exceptions
- ArgumentNullException
textis null.