SPEncode.WriteNoEncodeWithQuote method (HttpResponse, Decimal, Char)
Applies no encoding to the specified decimal value and writes the value 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 Decimal, _
quoteChar As Char _
)
'Usage
Dim response As HttpResponse
Dim number As Decimal
Dim quoteChar As CharSPEncode.WriteNoEncodeWithQuote(response, _
number, quoteChar)
public static void WriteNoEncodeWithQuote(
HttpResponse response,
decimal number,
char quoteChar
)
Parameters
response
Type: System.Web.HttpResponseThe System.HttpResponse object for the current HTTP request.
number
Type: System.DecimalThe decimal value to write but not encode.
quoteChar
Type: System.CharA System.Char object that specifies the character to use for quotation marks.