Summary
Contains extension methods for
TextTransformation<TTemplate>.
- Namespace
- Cake
.Common .Text - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["TextTransformationExtensions"]
class Type type-node
Syntax
public static class TextTransformationExtensions
Methods
| Name | Value | Summary |
|---|---|---|
| WithToken |
TextTransformation |
Registers a key and a value to be used with the text transformation.
static
|
| WithTokens |
TextTransformation |
Registers all keys and values in the enumerable for text transformation.
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
|
