C# 클래스 FederatedSearch.TwitterModel.TwitterParser

파일 보기 프로젝트 열기: ivankozyrev/fls-internal-portal

공개 메소드들

메소드 설명
Link ( this s, string url ) : string
ParseHashtag ( this s ) : string
ParseUrl ( this s ) : string
ParseUsername ( this s ) : string

비공개 메소드들

메소드 설명
Hashtag ( Match m ) : string
Url ( Match m ) : string
Username ( Match m ) : string

메소드 상세

Link() 공개 정적인 메소드

public static Link ( this s, string url ) : string
s this
url string
리턴 string

ParseHashtag() 공개 정적인 메소드

public static ParseHashtag ( this s ) : string
s this
리턴 string

ParseUrl() 공개 정적인 메소드

public static ParseUrl ( this s ) : string
s this
리턴 string

ParseUsername() 공개 정적인 메소드

public static ParseUsername ( this s ) : string
s this
리턴 string