C# Class Dev2.Common.Utils.JSONUtils

显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
ReplaceSlashes ( string stringToReplaceIn ) : string

Replaces the slashes.

ScrubJSON ( string stringToScrub ) : string

Scrubs the JSON.

Method Details

ReplaceSlashes() public static method

Replaces the slashes.
public static ReplaceSlashes ( string stringToReplaceIn ) : string
stringToReplaceIn string The string to replace in.
return string

ScrubJSON() public static method

Scrubs the JSON.
public static ScrubJSON ( string stringToScrub ) : string
stringToScrub string The string to scrub.
return string