Convert a string to a quoted java string including escaping embedded ticks and certain other characters.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string JString(
string s
)
Public Shared Function JString (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to quote and escape.
Return Value
Type:
StringThe quoted and escaped string.
See Also