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 |
From StringExtensions
Requires the Cake.Issues addin
|