Click or drag to resize
ISerialPortReadTo Method
Reads a string up to the specified value in the input buffer.

Namespace: ESkin
Assembly: 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: String
The contents of the input buffer up to the specified value.
See Also