Share via


SPEncode.WriteNoEncodeWithQuote method (HttpResponse, Int32, Char)

Applies no encoding to the specified integer and writes the integer in quotation marks to the HTTP output content stream.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub WriteNoEncodeWithQuote ( _
    response As HttpResponse, _
    number As Integer, _
    quoteChar As Char _
)
'Usage
Dim response As HttpResponse
Dim number As Integer
Dim quoteChar As CharSPEncode.WriteNoEncodeWithQuote(response, _
    number, quoteChar)
public static void WriteNoEncodeWithQuote(
    HttpResponse response,
    int number,
    char quoteChar
)

Parameters

  • number
    Type: System.Int32

    The 32-bit integer to write but not encode.

  • quoteChar
    Type: System.Char

    A System.Char object that specifies the character to use for quotation marks.

See also

Reference

SPEncode class

SPEncode members

WriteNoEncodeWithQuote overload

Microsoft.SharePoint.Utilities namespace