InfoConnect for Unisys
ReadUntil Method


Read data from the host until one of the specified terminator characters is received. The terminator character is not included in the returned string.
Overload List
OverloadDescription
ReadUntil(String)Read data from the host until one of the specified terminator characters is received. The terminator character is not included in the returned string.  
ReadUntil(String,Int32)Read data from the host until one of the specified terminator characters is received. The terminator character is not included in the returned string.  
ReadUntil(String,Int32,ReadOption,String)Read data from the host until one of the specified terminator characters is received. The terminator character is not included in the returned string.  
See Also