DryadLinqBinaryReader ReadString Method DryadLINQ documentation
Reads a string value from the current reader.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax

public string ReadString()

Return Value

Type: String
A string.
See Also