C# 클래스 RestSharp.Authenticators.OAuth.Extensions.StringExtensions

파일 보기 프로젝트 열기: kevinmcmahon/RestSharp

공개 메소드들

메소드 설명
AsUri ( this value ) : Uri
EqualsAny ( this input ) : bool
EqualsIgnoreCase ( this left, string right ) : bool
FormatWith ( this format ) : string
FormatWithInvariantCulture ( this format ) : string
GetBytes ( this input ) : byte[]
IsNullOrBlank ( this value ) : bool
ParseQueryString ( this query ) : string>.IDictionary
PercentEncode ( this s ) : string
Then ( this input, string value ) : string
ToBase64String ( this input ) : string
UrlDecode ( this value ) : string
UrlEncode ( this value ) : string

메소드 상세

AsUri() 공개 정적인 메소드

public static AsUri ( this value ) : Uri
value this
리턴 System.Uri

EqualsAny() 공개 정적인 메소드

public static EqualsAny ( this input ) : bool
input this
리턴 bool

EqualsIgnoreCase() 공개 정적인 메소드

public static EqualsIgnoreCase ( this left, string right ) : bool
left this
right string
리턴 bool

FormatWith() 공개 정적인 메소드

public static FormatWith ( this format ) : string
format this
리턴 string

FormatWithInvariantCulture() 공개 정적인 메소드

public static FormatWithInvariantCulture ( this format ) : string
format this
리턴 string

GetBytes() 공개 정적인 메소드

public static GetBytes ( this input ) : byte[]
input this
리턴 byte[]

IsNullOrBlank() 공개 정적인 메소드

public static IsNullOrBlank ( this value ) : bool
value this
리턴 bool

ParseQueryString() 공개 정적인 메소드

public static ParseQueryString ( this query ) : string>.IDictionary
query this
리턴 string>.IDictionary

PercentEncode() 공개 정적인 메소드

public static PercentEncode ( this s ) : string
s this
리턴 string

Then() 공개 정적인 메소드

public static Then ( this input, string value ) : string
input this
value string
리턴 string

ToBase64String() 공개 정적인 메소드

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

UrlDecode() 공개 정적인 메소드

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

UrlEncode() 공개 정적인 메소드

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