C# Class org.noear.sited.__Escape

Mostrar archivo Open project: noear/SiteD

Public Methods

Method Description
JsEscape ( String s ) : string
JsUnescape ( String s ) : string

Private Methods

Method Description
IsHex ( char ch ) : bool
IsSignalment ( int ch ) : bool

Method Details

JsEscape() public static method

public static JsEscape ( String s ) : string
s String
return string

JsUnescape() public static method

public static JsUnescape ( String s ) : string
s String
return string