SPHttpUtility.AddQuote method
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