CommandLineBuilder.AppendTextWithQuoting(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.