Skip to main content

Recipient.ToString() Method

Returns the textual representation of the Recipient class.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public override string ToString()

Returns

Type Description
String

A String value.

Remarks

The ToString method returns a string that combines the Recipient.ContactName and Recipient.Address property values enclosed in angle brackets (for example, “RecipientContactName <RecipientAddress>“).

If either the Recipient.ContactName, or Recipient.Address property returns an empty value, this method returns an empty string. If both these properties return empty values, this method returns “Recipient“.

See Also