Table of Contents

Method OpenText

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.Legacy.dll

OpenText(string)

Opens an existing UTF-8 encoded text GridFS file for reading.

public StreamReader OpenText(string remoteFileName)

Parameters

remoteFileName string

The remote file name.

Returns

StreamReader

A stream reader.