Click or drag to resize
TextInputHasNextChar Method
Check if there is a char from the coming stream

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool HasNextChar()

Return Value

Type: Boolean
true if a char can be obtained from the next read
See Also