Method Split
Split(string, bool)
Splits one string to many using StringSplitToArrayChars as separators.
public static string[] Split(string str, bool removeEmptyLines = false)
Parameters
Returns
- string[]
Splits one string to many using StringSplitToArrayChars as separators.
public static string[] Split(string str, bool removeEmptyLines = false)