| ISerialPortReadTo Method |
Reads a string up to the specified value in the input buffer.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string ReadTo(
string value
)
Parameters
- value
- Type: SystemString
A value that indicates where the read operation stops.
Return Value
Type:
StringThe contents of the input buffer up to the specified value.
See Also