| TreeDragDropSettingsEscapeQuotes Method |
Escapes all double quotes in a string.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected string EscapeQuotes(
string str
)
Protected Function EscapeQuotes (
str As String
) As String
Parameters
- str
- Type: SystemString
String to examine.
Return Value
Type:
StringRemarks See Also