SPHttpUtility.AddQuote Method
Include Protected Members
Include Inherited Members
Encloses the specified string in quotation marks.
Overload List
Name | Description | |
---|---|---|
AddQuote(String) | Encloses the specified string in quotation marks. | |
AddQuote(String, Char) | Encloses the specified string in quotation marks using the specified character. | |
AddQuote(String, TextWriter) | Encloses the specified string in quotation marks and appends the output to the specified output stream. | |
AddQuote(String, Char, TextWriter) | Encloses the specified string in quotation marks using the specified character and appends it to the specified output stream. |
Top