C# 클래스 NuGetGallery.StringExtensions

파일 보기 프로젝트 열기: chocolatey/chocolatey.org

공개 메소드들

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