Reads 1 char from source stream.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public int Char( bool readToFirstChar )
Public Function Char ( readToFirstChar As Boolean ) As Integer
public: int Char( bool readToFirstChar )
member Char : readToFirstChar : bool -> int
Parameters
- readToFirstChar (Boolean)
- Specifies if postion is moved to char(skips white spaces).
Return Value
Int32
Returns readed char or -1 if end of stream reached.
Returns readed char or -1 if end of stream reached.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119