Table of Contents

Method Split

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Split(string, bool)

Splits one string to many using StringSplitToArrayChars as separators.

public static string[] Split(string str, bool removeEmptyLines = false)

Parameters

str string

String to split.

removeEmptyLines bool

Whether to remove empty lines from the result.

Returns

string[]