Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Ext
Net
Utilities
JsonUtils
C# Class Ext.Net.Utilities.JsonUtils
Show file
Open project: extnet/Utilities
Public Methods
Method
Description
Enquote
(
string
s
) :
string
Produce a string in double quotes with backslash sequences in all the right places.
Method Details
Enquote()
public
static
method
Produce a string in double quotes with backslash sequences in all the right places.
public
static
Enquote
(
string
s
) :
string
s
string
A String
return
string