Summary
Splits the
string
into lines.
- Namespace
- Cake
.Core - Containing Type
- StringExtensions
Syntax
public static string[] SplitLines(this string content)
Parameters
Name | Type | Description |
---|---|---|
content | string | The string to split. |
Return Value
Type | Description |
---|---|
string[] | The lines making up the provided string. |