C# 클래스 TraktPlugin.Extensions.StringExtensions

파일 보기 프로젝트 열기: trakt/Trakt-for-Mediaportal

공개 메소드들

메소드 설명
IsNumber ( this number ) : bool
RemapHighOrderChars ( this input ) : string
RemoveDiacritics ( this text ) : string
RemoveWhitespace ( this value ) : string
RemoveWhitespaceWith ( this value, string replaceValue ) : string
StripHTML ( this htmlString ) : string
StripYear ( this title, int year ) : string

Strips the title of a year if it exists

SurroundWith ( this text, string ends ) : string
SurroundWithDoubleQuotes ( this text ) : string
ToCountryName ( this twoLetterCode ) : string
ToInt ( this number ) : int
ToLogString ( this text ) : string
ToNullIfEmpty ( this text ) : string
ToNullableInt32 ( this text ) : int?
ToSlug ( this phrase ) : string
Truncate ( this value, int maxChars ) : string

메소드 상세

IsNumber() 공개 정적인 메소드

public static IsNumber ( this number ) : bool
number this
리턴 bool

RemapHighOrderChars() 공개 정적인 메소드

public static RemapHighOrderChars ( this input ) : string
input this
리턴 string

RemoveDiacritics() 공개 정적인 메소드

public static RemoveDiacritics ( this text ) : string
text this
리턴 string

RemoveWhitespace() 공개 정적인 메소드

public static RemoveWhitespace ( this value ) : string
value this
리턴 string

RemoveWhitespaceWith() 공개 정적인 메소드

public static RemoveWhitespaceWith ( this value, string replaceValue ) : string
value this
replaceValue string
리턴 string

StripHTML() 공개 정적인 메소드

public static StripHTML ( this htmlString ) : string
htmlString this
리턴 string

StripYear() 공개 정적인 메소드

Strips the title of a year if it exists
public static StripYear ( this title, int year ) : string
title this
year int
리턴 string

SurroundWith() 공개 정적인 메소드

public static SurroundWith ( this text, string ends ) : string
text this
ends string
리턴 string

SurroundWithDoubleQuotes() 공개 정적인 메소드

public static SurroundWithDoubleQuotes ( this text ) : string
text this
리턴 string

ToCountryName() 공개 정적인 메소드

public static ToCountryName ( this twoLetterCode ) : string
twoLetterCode this
리턴 string

ToInt() 공개 정적인 메소드

public static ToInt ( this number ) : int
number this
리턴 int

ToLogString() 공개 정적인 메소드

public static ToLogString ( this text ) : string
text this
리턴 string

ToNullIfEmpty() 공개 정적인 메소드

public static ToNullIfEmpty ( this text ) : string
text this
리턴 string

ToNullableInt32() 공개 정적인 메소드

public static ToNullableInt32 ( this text ) : int?
text this
리턴 int?

ToSlug() 공개 정적인 메소드

public static ToSlug ( this phrase ) : string
phrase this
리턴 string

Truncate() 공개 정적인 메소드

public static Truncate ( this value, int maxChars ) : string
value this
maxChars int
리턴 string