Table of Contents

Method ReadGuid

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

ReadGuid()

Reads a Guid from the reader.

Guid ReadGuid()

Returns

Guid

A Guid.

ReadGuid(GuidRepresentation)

Reads a Guid with the specified representation from the reader.

Guid ReadGuid(GuidRepresentation guidRepresentation)

Parameters

guidRepresentation GuidRepresentation

The Guid representation.

Returns

Guid

A Guid.