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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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