Recipient.ToString() Method
Returns the textual representation of the Recipient class.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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