Skip to main content

XRConvert.StringToStringArray(String) Method

Splits the specified string into an array of substrings at the positions defined by the “\r\n” sequence.

Namespace: DevExpress.XtraReports.UI

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static string[] StringToStringArray(
    string str
)

Parameters

Name Type Description
str String

A String value.

Returns

Type Description
String[]

An array of String values.

Remarks

When the specified string equals to null, this method returns an empty array.

See Also