Summary
Removes all the trailing backslashes from the input.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Util - Containing Type
- ArgumentUtils
Syntax
public static string CleanTrailingBackslash(string value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | The input string. |
Return Value
| Type | Description |
|---|---|
| string | The result string without trailing backslashes. |
