Table of Contents

Enum OFXTokenReader.OFXTokenType

Namespace
Tudormobile.QIFLibrary
Assembly
Tudormobile.QIFLibrary.dll

Type of OFX tokens.

public enum OFXTokenReader.OFXTokenType

Fields

Content = 4

Content.

This content value is contained in the data.

EndOfFile = 0

Reader is at the end of file.

EndTag = 2

End of an OFX tag.

This tag name, such as 'OFX', is contained in the data.

StartTag = 1

Start of an OFX tag.

This tag name, such as 'OFX', is contained in the data.

WhiteSpace = 3

Whitespace between tokens.

This whitespace is contained in the data.