SPEncode.WriteNoEncodeWithQuote method (HttpResponse, Int32, Char)
適用於沒有編碼為指定的整數,並將整數引號括住寫入至 HTTP 輸出內容資料流。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Sub WriteNoEncodeWithQuote ( _
response As HttpResponse, _
number As Integer, _
quoteChar As Char _
)
'用途
Dim response As HttpResponse
Dim number As Integer
Dim quoteChar As CharSPEncode.WriteNoEncodeWithQuote(response, _
number, quoteChar)
public static void WriteNoEncodeWithQuote(
HttpResponse response,
int number,
char quoteChar
)
參數
response
Type: System.Web.HttpResponse目前 HTTP 要求 System.HttpResponse 物件。
number
Type: System.Int32要寫入,但未編碼的 32 位元整數。
quoteChar
Type: System.Char會指定要用於引號字元 System.Char 物件。