ToolTask.ResponseFileEscape(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.
Overridable method to escape content of the response file
protected:
virtual System::String ^ ResponseFileEscape(System::String ^ responseString);
protected virtual string ResponseFileEscape (string responseString);
abstract member ResponseFileEscape : string -> string
override this.ResponseFileEscape : string -> string
Protected Overridable Function ResponseFileEscape (responseString As String) As String
Parameters
- responseString
- String
The response string.
Returns
The response string.