CommandLineBuilder.AppendTextWithQuoting(String) Method

Definition

Appends a string. Quotes are added if they are needed. This method does not append a space to the command line before executing.

protected:
 void AppendTextWithQuoting(System::String ^ textToAppend);
protected void AppendTextWithQuoting (string textToAppend);
member this.AppendTextWithQuoting : string -> unit
Protected Sub AppendTextWithQuoting (textToAppend As String)

Parameters

textToAppend
String

The string to append

Remarks

Escapes any double quotes in the string.

Applies to