Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Splits text into multiple lines, with the line ending of each line included in the line.
public static string[] SplitLines (string text);
static member SplitLines : string -> string[]
Public Function SplitLines (text As String) As String()