Method | Description | |
---|---|---|
EdiTextReader ( TextReader reader, IEdiGrammar grammar ) : indice.Edi.Utilities | ||
HasLineInfo ( ) : bool |
Gets a value indicating whether the class can return line information.
|
|
ReadAsDateTime ( ) : DateTime? |
Reads the next EDI token from the stream as a Nullable{DateTime}.
|
|
ReadAsDecimal ( |
Reads the next EDI token from the stream as a Nullable{Decimal}.
|
|
ReadAsInt32 ( ) : int? |
Reads the next EDI token from the stream as a Nullable{Int32}.
|
|
ReadAsString ( ) : string |
Reads the next EDI token from the stream as a String.
|
Method | Description | |
---|---|---|
BlockCopyChars ( char src, int srcOffset, char dst, int dstOffset, int count ) : void | ||
ClearRecentString ( ) : void | ||
EatWhitespace ( bool oneOrMore ) : bool | ||
EnsureChars ( int relativePosition, bool append ) : bool | ||
GetBuffer ( ) : |
||
OnNewLine ( int pos ) : void | ||
ParsePostValue ( ) : bool | ||
ParseSegment ( ) : bool | ||
ParseSegmentName ( ) : bool | ||
ParseServiceStringAdvice ( ) : bool | ||
ParseString ( bool forceNull = false ) : void | ||
ParseUnicode ( ) : char | ||
ParseValue ( ) : bool | ||
ProcessCarriageReturn ( bool append ) : void | ||
ProcessLineFeed ( ) : void | ||
Read ( ) : bool | ||
ReadChars ( int relativePosition, bool append ) : bool | ||
ReadData ( bool append ) : int | ||
ReadData ( bool append, int charsRequired ) : int | ||
ReadInternal ( ) : bool | ||
ReadStringIntoBuffer ( ) : void | ||
SetCharBuffer ( char chars ) : void | ||
ShiftBufferIfNeeded ( ) : void | ||
WriteCharToBuffer ( |
public EdiTextReader ( TextReader reader, IEdiGrammar grammar ) : indice.Edi.Utilities | ||
reader | TextReader | |
grammar | IEdiGrammar | |
return | indice.Edi.Utilities |
public ReadAsDecimal ( |
||
picture | ||
return | decimal? |