CommandLineBuilderExtension.GetQuotedText(String) Method

Definition

Returns a quoted string appropriate for appending to a command line.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 System::String ^ GetQuotedText(System::String ^ unquotedText);
protected string GetQuotedText (string unquotedText);
member this.GetQuotedText : string -> string
Protected Function GetQuotedText (unquotedText As String) As String

Parameters

unquotedText
String

Returns

A string representing the new quoted string.

Remarks

Escapes any double quotes in the string.

Applies to