Summary
Contains extension methods for
string.
- Namespace
- Cake
.Core - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["StringExtensions"]
class Type type-node
Syntax
public static class StringExtensions
Methods
| Name | Value | Summary |
|---|---|---|
| NormalizeLineEndings |
string |
Normalizes the line endings in a
string.
static
|
| Quote |
string |
Quotes the specified
string.
static
|
| SplitLines |
string[] |
Splits the
string into lines.
static
|
| UnQuote |
string |
Unquote the specified
string.
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
