Share via


SPHttpUtility.AddQuote Method (String, TextWriter)

Encloses the specified string in quotation marks and appends the output to the specified output stream.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Shared Sub AddQuote ( _
    value As String, _
    output As TextWriter _
)
'Usage
Dim value As String
Dim output As TextWriterSPHttpUtility.AddQuote(value, output)
public static void AddQuote(
    string value,
    TextWriter output
)

Parameters

  • value
    Type: System.String

    The string to enclose in quotation marks.

Remarks

Characters in the original text are not escaped.

See Also

Reference

SPHttpUtility Class

SPHttpUtility Members

AddQuote Overload

Microsoft.SharePoint.Utilities Namespace