Summary
Unquote the specified
string.
- Namespace
- Cake
.Core - Containing Type
- StringExtensions
Syntax
public static string UnQuote(this string value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | The string to unquote. |
Return Value
| Type | Description |
|---|---|
| string | An unquoted string. |
