HttpUtility.JavaScriptStringEncode Method (String, Boolean)

.NET Framework (current version)
 

Encodes a string.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

static member JavaScriptStringEncode : 
        value:string *
        addDoubleQuotes:bool -> string

Parameters

value
Type: System.String

A string to encode.

addDoubleQuotes
Type: System.Boolean

A value that indicates whether double quotation marks will be included around the encoded string.

Return Value

Type: System.String

An encoded string.

.NET Framework
Available since 4.0
Return to top
Show: