Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
response
Type: System.Web.HttpResponseThe System.HttpResponse object for the current HTTP request.
number
Type: System.Int32The 32-bit integer to write but not encode.
quoteChar
Type: System.CharA System.Char object that specifies the character to use for quotation marks.