C# Класс Dev2.Common.Utils.JSONUtils

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ReplaceSlashes ( string stringToReplaceIn ) : string

Replaces the slashes.

ScrubJSON ( string stringToScrub ) : string

Scrubs the JSON.

Описание методов

ReplaceSlashes() публичный статический Метод

Replaces the slashes.
public static ReplaceSlashes ( string stringToReplaceIn ) : string
stringToReplaceIn string The string to replace in.
Результат string

ScrubJSON() публичный статический Метод

Scrubs the JSON.
public static ScrubJSON ( string stringToScrub ) : string
stringToScrub string The string to scrub.
Результат string