C# 클래스 Jackett.Utils.StringUtil

파일 보기 프로젝트 열기: WarlaxZ/Jackett

공개 메소드들

메소드 설명
FromBase64 ( string str ) : string
GenerateRandom ( int length ) : string
GetExceptionDetails ( this exception ) : string
GetQueryString ( this collection ) : string
Hash ( string input ) : string
PostDataFromDict ( string>.IEnumerable dict ) : string
StripNonAlphaNumeric ( string str, string replacement = "" ) : string
StripRegex ( string str, string regex, string replacement = "" ) : string

메소드 상세

FromBase64() 공개 정적인 메소드

public static FromBase64 ( string str ) : string
str string
리턴 string

GenerateRandom() 공개 정적인 메소드

public static GenerateRandom ( int length ) : string
length int
리턴 string

GetExceptionDetails() 공개 정적인 메소드

public static GetExceptionDetails ( this exception ) : string
exception this
리턴 string

GetQueryString() 공개 정적인 메소드

public static GetQueryString ( this collection ) : string
collection this
리턴 string

Hash() 공개 정적인 메소드

public static Hash ( string input ) : string
input string
리턴 string

PostDataFromDict() 공개 정적인 메소드

public static PostDataFromDict ( string>.IEnumerable dict ) : string
dict string>.IEnumerable
리턴 string

StripNonAlphaNumeric() 공개 정적인 메소드

public static StripNonAlphaNumeric ( string str, string replacement = "" ) : string
str string
replacement string
리턴 string

StripRegex() 공개 정적인 메소드

public static StripRegex ( string str, string regex, string replacement = "" ) : string
str string
regex string
replacement string
리턴 string