This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Powershell.
Summary
Excapes curley brackets
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell - Containing Type
- SecureExtensions
Syntax
public static string EscapeCurleyBrackets(this string message)
Parameters
Name | Type | Description |
---|---|---|
message | string | The string to escape. |
Return Value
Type | Description |
---|---|
string | The escaped string. |