Summary
Duplicates the trailing backslash.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Util - Containing Type
- ArgumentUtils
Syntax
public static string DuplicateTrailingBackslash(string value)
Remarks
Also duplicates trailing backslash in quoted value.
Parameters
Name | Type | Description |
---|---|---|
value | string | The input string to check and duplicate the trailing backslash if necessary. |
Return Value
Type | Description |
---|---|
string | The result string after being processed. |