XRConvert.StringArrayToString(String[]) Method
Converts the specified string array to a string value that delimits the array values with the “\r\n” sequence.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| array | String[] | An array of String values. |
Returns
| Type | Description |
|---|---|
| String | A String value. |
Remarks
When a null or empty array is specified, this method returns a String.Empty value.
See Also