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)

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