Enum OFXTokenReader.OFXTokenType
- Namespace
- Tudormobile.QIFLibrary
- Assembly
- Tudormobile.QIFLibrary.dll
Type of OFX tokens.
public enum OFXTokenReader.OFXTokenType
Fields
Content = 4Content.
This content value is contained in the data.
EndOfFile = 0Reader is at the end of file.
EndTag = 2End of an OFX tag.
This tag name, such as 'OFX', is contained in the data.
StartTag = 1Start of an OFX tag.
This tag name, such as 'OFX', is contained in the data.
WhiteSpace = 3Whitespace between tokens.
This whitespace is contained in the data.