C# Класс TraktPlugin.Extensions.StringExtensions

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

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

Метод Описание
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