SegmentBuilder.ReadNextString(ArraySegment<Byte>, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the next item in the segment as a string.
public static string ReadNextString (ArraySegment<byte> segment, ref int readerOffset);
static member ReadNextString : ArraySegment<byte> * int -> string
Public Shared Function ReadNextString (segment As ArraySegment(Of Byte), ByRef readerOffset As Integer) As String
Parameters
- segment
- ArraySegment<Byte>
- readerOffset
- Int32