In This Topic
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
| Overload | Description |
| 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