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
textstringThe encoded cursor, as a previous page returned it.
cursorContactCursorThe decoded cursor when the text is one this version issued; otherwise null.