Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public static string StringArrayToString(
    string[] array
)

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