Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
TextInput Class
TextInput Methods
Close Method
HasNextBool Method
HasNextChar Method
HasNextDouble Method
HasNextInt Method
HasNextLine Method
HasNextString Method
MainTest Method
ReadAll Method
ReadAllDoubles Method
ReadAllInts Method
ReadAllStrings Method
ReadBool Method
ReadChar Method
ReadDouble Method
ReadInt Method
ReadLine Method
ReadString Method
TextInput
ReadChar Method
Reads a char from the stream
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
char
ReadChar
()
Return Value
Type:
Char
a char
Exceptions
Exception
Condition
FormatException
if the char can't be obtained
See Also
Reference
TextInput Class
Algs4Net Namespace