NAnt SDK Documentation - v0.85-nightly-2005-11-09

ArgumentUtils.QuoteArgumentValue Method 

[This is preliminary documentation and subject to change.]

Quotes an argument value and processes backslashes using a given BackslashProcessingMethod.

[Visual Basic]
Public Shared Function QuoteArgumentValue( _
   ByVal value As String, _
   ByVal processingMethod As BackslashProcessingMethod _
) As String
[C#]
public static string QuoteArgumentValue(
   string value,
   BackslashProcessingMethod processingMethod
);

Parameters

value
The argument value to quote.
processingMethod
The BackslashProcessingMethod to use.

Return Value

The quoted argument value.

Remarks

Missing <remarks> documentation for M:NAnt.VisualCpp.Util.ArgumentUtils.QuoteArgumentValue(System.String,NAnt.VisualCpp.Util.BackslashProcessingMethod)

See Also

ArgumentUtils Class | NAnt.VisualCpp.Util Namespace