C# Class Common.RSS.RtlHelper

Mostra file Open project: rabbal/Mvc5

Public Methods

Method Description
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.

Method Details

CorrectRtl() public static method

public static CorrectRtl ( this title ) : string
title this
return string

CorrectRtlBody() public static method

public static CorrectRtlBody ( this body ) : string
body this
return string

RemoveHexadecimalSymbols() public static method

there are a lot of symbols which can't be in xml code.
public static RemoveHexadecimalSymbols ( this txt ) : string
txt this
return string