SecureExtensions.

EscapeCurleyBrackets(string) Method

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.