Method ReadGuid
ReadGuid()
Reads a Guid from the reader.
public override Guid ReadGuid()
Returns
- Guid
A Guid.
ReadGuid(GuidRepresentation)
Reads a Guid with the specified representation from the reader.
public override Guid ReadGuid(GuidRepresentation guidRepresentation)
Parameters
guidRepresentation
GuidRepresentationThe Guid representation.
Returns
- Guid
A Guid.