C# Класс Common.RSS.RtlHelper

Показать файл Открыть проект

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

Метод Описание
CorrectRtl ( this title ) : string
CorrectRtlBody ( this body ) : string
RemoveHexadecimalSymbols ( this txt ) : string

there are a lot of symbols which can't be in xml code.

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

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

public static CorrectRtl ( this title ) : string
title this
Результат string

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

public static CorrectRtlBody ( this body ) : string
body this
Результат string

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

there are a lot of symbols which can't be in xml code.
public static RemoveHexadecimalSymbols ( this txt ) : string
txt this
Результат string