Click or drag to resize
IHtmlLocaliserConvertResourceStringToJavaScriptString Method
Escapes quotes in the string, converts linebreaks to \r or \n etc.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string ConvertResourceStringToJavaScriptString(
	string resourceString,
	char stringDelimiter
)

Parameters

resourceString
Type: SystemString
stringDelimiter
Type: SystemChar

Return Value

Type: String
See Also