Share via


SPEncode.WriteNoEncodeWithQuote method

Applies no encoding to the specified decimal, integer, or string value, and writes the value in quotation marks to the HTTP output content stream.

Overload list

  Name Description
Public methodStatic member WriteNoEncodeWithQuote(HttpResponse, Decimal, Char) Applies no encoding to the specified decimal value and writes the value in quotation marks to the HTTP output content stream.
Public methodStatic member WriteNoEncodeWithQuote(HttpResponse, Int32, Char) Applies no encoding to the specified integer and writes the integer in quotation marks to the HTTP output content stream.
Public methodStatic member WriteNoEncodeWithQuote(HttpResponse, String, Char) Applies no encoding to the specified string and writes the string in quotation marks to the HTTP output content stream.

Top

See also

Reference

SPEncode class

SPEncode members

Microsoft.SharePoint.Utilities namespace