StringExtensions.

Quote(string) Method

Summary

Quotes the specified string.
Namespace
Cake.Core
Containing Type
StringExtensions

Syntax

public static string Quote(this string value)

Parameters

Name Type Description
value string The string to quote.

Return Value

Type Description
string A quoted string.