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 decimal value and writes the value 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 WriteNoEncode ( _
response As HttpResponse, _
number As Decimal _
)
'Usage
Dim response As HttpResponse
Dim number As DecimalSPEncode.WriteNoEncode(response, number)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)]
public static void WriteNoEncode(
HttpResponse response,
decimal number
)
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.