CommandLineBuilderExtension.GetQuotedText(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.
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.