C# Класс NuGetGallery.StringExtensions

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

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

Метод Описание
clean_html ( this input ) : string
format_with ( this input ) : string

Formats string with the formatting passed in. This is a shortcut to string.Format().

split_safe ( this s, char separator, StringSplitOptions stringSplitOptions ) : string[]
to_lower ( this input ) : string
to_lower_invariant ( this input ) : string
to_string ( this input ) : string

Gets a string representation unless input is null.

Описание методов

clean_html() публичный статический Метод

public static clean_html ( this input ) : string
input this
Результат string

format_with() публичный статический Метод

Formats string with the formatting passed in. This is a shortcut to string.Format().
public static format_with ( this input ) : string
input this The input.
Результат string

split_safe() публичный статический Метод

public static split_safe ( this s, char separator, StringSplitOptions stringSplitOptions ) : string[]
s this
separator char
stringSplitOptions StringSplitOptions
Результат string[]

to_lower() публичный статический Метод

public static to_lower ( this input ) : string
input this
Результат string

to_lower_invariant() публичный статический Метод

public static to_lower_invariant ( this input ) : string
input this
Результат string

to_string() публичный статический Метод

Gets a string representation unless input is null.
public static to_string ( this input ) : string
input this The input.
Результат string