Click or drag to resize

EAPUtilJString Method

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
)

Parameters

s
Type: SystemString
The string to quote and escape.

Return Value

Type: String
The quoted and escaped string.
See Also