SPEncode.WriteNoEncode method (HttpResponse, Decimal)

Applies no encoding to the specified decimal value and writes the value to the HTTP output content stream.

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

Syntax

'Declaration
Public Shared Sub WriteNoEncode ( _
    response As HttpResponse, _
    number As Decimal _
)
'Usage
Dim response As HttpResponse
Dim number As DecimalSPEncode.WriteNoEncode(response, number)
public static void WriteNoEncode(
    HttpResponse response,
    decimal number
)

Parameters

  • number
    Type: System.Decimal

    The decimal value to write but not encode.

See also

Reference

SPEncode class

SPEncode members

WriteNoEncode overload

Microsoft.SharePoint.Utilities namespace