Table of Contents

Method ToString

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

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

This method simply calls GetText() and returns its result.