ArgumentUtils.

QuoteArgumentValue(string, BackslashProcessingMethod) Method

Summary

Quotes an argument value and processes backslashes using a given NAnt.VisualCpp.Util.BackslashProcessingMethod.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Util
Containing Type
ArgumentUtils

Syntax

public static string QuoteArgumentValue(string value, BackslashProcessingMethod processingMethod)

Parameters

Name Type Description
value string The argument value to quote.
processingMethod BackslashProcessingMethod The NAnt.VisualCpp.Util.BackslashProcessingMethod to use.

Return Value

Type Description
string The quoted argument value.