SPEncode.WriteNoEncode method (HttpResponse, Decimal)
套用至指定的十進位值沒有編碼方式,並將值寫入至 HTTP 輸出內容資料流。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Sub WriteNoEncode ( _
response As HttpResponse, _
number As Decimal _
)
'用途
Dim response As HttpResponse
Dim number As DecimalSPEncode.WriteNoEncode(response, number)
public static void WriteNoEncode(
HttpResponse response,
decimal number
)
參數
response
Type: System.Web.HttpResponse目前 HTTP 要求 System.HttpResponse 物件。
number
Type: System.Decimal要寫入,但未編碼的十進位值。