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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)> _
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)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)]
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.