Uiinfrastructure API Docs  
 

JSHelper.JSEncodeString Method 

Escape single and double quotes, neccessary for javascript variable values.

public static string JSEncodeString(
   string strIn
);

Parameters

strIn
String to escape

Return Value

String with escaped single and double quotes

See Also

JSHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace