Table of Contents

Method TryDecode

Namespace
MailFathom.Application.Contacts
Assembly
MailFathom.Application.dll

TryDecode(string?, out ContactCursor?)

Reads a cursor a caller presented.

public static bool TryDecode(string? text, out ContactCursor? cursor)

Parameters

text string

The encoded cursor, as a previous page returned it.

cursor ContactCursor

The decoded cursor when the text is one this version issued; otherwise null.

Returns

bool

true when the text decoded into a usable cursor; otherwise false.