{CompanyName} FlexyGo

Utilities..::..JSEscStr Method

Escape JS special characters.

Namespace:  FLEXYGO.Web
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static string JSEscStr(
	string value
)
Public Shared Function JSEscStr ( _
	value As String _
) As String

Parameters

value
Type: String
The string to escape.

Return Value

escaped string.