Nemerle Documentation

IO.ReadString Method 

Read digital characters returning real value of read string

public static string ReadString(
   TextReader input
);

Remarks

Reads characters up to first occurence of whitespace and returns read string

See Also

IO Class | Nemerle Namespace