Method ToString
ToString()
Returns the textual content of the attachment.
public override string ToString()
Returns
- string
A string representing the attachment's text, or an empty string if no text is extractable.
Remarks
Equivalent to GetText(CancellationToken) with the default cancellation token.