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