Click or drag to resize

ControlBaseEscapeInvalidJavascriptChars Method

Replaces any of the invalid charachters with '_'.

Namespace:  Cadcorp.Web.UI
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected string EscapeInvalidJavascriptChars(
	string testString
)

Parameters

testString
Type: SystemString
The String to check against invaild charachters.

Return Value

Type: String
The String
See Also