C# Class RestSharp.Authenticators.OAuth.Extensions.StringExtensions

Exibir arquivo Open project: kevinmcmahon/RestSharp

Public Methods

Method Description
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

Method Details

AsUri() public static method

public static AsUri ( this value ) : Uri
value this
return System.Uri

EqualsAny() public static method

public static EqualsAny ( this input ) : bool
input this
return bool

EqualsIgnoreCase() public static method

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

FormatWith() public static method

public static FormatWith ( this format ) : string
format this
return string

FormatWithInvariantCulture() public static method

public static FormatWithInvariantCulture ( this format ) : string
format this
return string

GetBytes() public static method

public static GetBytes ( this input ) : byte[]
input this
return byte[]

IsNullOrBlank() public static method

public static IsNullOrBlank ( this value ) : bool
value this
return bool

ParseQueryString() public static method

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

PercentEncode() public static method

public static PercentEncode ( this s ) : string
s this
return string

Then() public static method

public static Then ( this input, string value ) : string
input this
value string
return string

ToBase64String() public static method

public static ToBase64String ( this input ) : string
input this
return string

UrlDecode() public static method

public static UrlDecode ( this value ) : string
value this
return string

UrlEncode() public static method

public static UrlEncode ( this value ) : string
value this
return string