C# 클래스 Common.RSS.RtlHelper

파일 보기 프로젝트 열기: rabbal/Mvc5

공개 메소드들

메소드 설명
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