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)
Syntaxprotected string EscapeInvalidJavascriptChars(
string testString
)
Protected Function EscapeInvalidJavascriptChars (
testString As String
) As String
Parameters
- testString
- Type: SystemString
The String to check against invaild charachters.
Return Value
Type:
StringThe
String
See Also