Share via


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

  • number
    Type: System.Decimal

    The decimal value 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