| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function Read( _ ByVal delimiter As String _ ) As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SegmentedStream Dim delimiter As String Dim value As String value = instance.Read(delimiter) | |
Parameters
- delimiter
- The sequence to find.
Return Value
The accumulated string data read from the stream.This method is useful when implementing high-level protocols.
Target Platforms: Microsoft .NET Framework 2.0