Summary
Contains functionality related to text transformation.
- Namespace
- Cake
.Common .Text - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["TextTransformationAliases"]
class Type type-node
Syntax
[CakeAliasCategory("Text")]
public static class TextTransformationAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
TransformText |
TextTransformation |
Creates a text transformation from the provided template, using the specified placeholder.
static
|
TransformText |
TextTransformation |
Creates a text transformation from the provided template.
static
|
TransformTextFile |
TextTransformation |
Creates a text transformation from the provided template on disc, using the specified placeholder.
static
|
TransformTextFile |
TextTransformation |
Creates a text transformation from the provided template on disc.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|