Method TryDecode
- Namespace
- MailFathom.Application.Spam.History
- Assembly
- MailFathom.Application.dll
TryDecode(string?, out SpamClassificationHistoryCursor)
Reads a cursor a caller presented.
public static bool TryDecode(string? text, out SpamClassificationHistoryCursor cursor)
Parameters
textstringThe encoded cursor, as a previous page returned it.
cursorSpamClassificationHistoryCursorThe decoded cursor when the text is one this version issued; otherwise the struct default.
Returns
Remarks
Whether a decoded cursor belongs to the current request is a separate question its FilterFingerprint answers, and one this method deliberately does not ask.