Summary
Performs backslash processing on the specified value using a given
method.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Util - Containing Type
- ArgumentUtils
Syntax
public static string ProcessTrailingBackslash(string value, BackslashProcessingMethod processingMethod)
Parameters
Name | Type | Description |
---|---|---|
value | string | The string to process. |
processingMethod | Backslash |
The NAnt.VisualCpp.Util.BackslashProcessingMethod to use. |
Return Value
Type | Description |
---|---|
string |
value with backslashes processed using the given
NAnt.VisualCpp.Util.BackslashProcessingMethod .
|