FormMarkdownViewerJsStr Method

Serializa uma string .NET como literal JSON seguro para injeção em JS. Trata todos os caracteres especiais e de controle.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
private static string JsStr(
	string s
)

Parameters

s  String
 

Return Value

String

See Also