Summary
Quotes an argument value and duplicates trailing backslahes.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Tasks - Containing Type
- ClTask
Syntax
public static string QuoteArgumentValue(string value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | The argument value to quote. |
Return Value
| Type | Description |
|---|---|
| string | The quotes argument value. |
