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

Afficher le fichier Open project: kevinmcmahon/RestSharp

Méthodes publiques

Méthode 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 méthode

public static AsUri ( this value ) : Uri
value this
Résultat System.Uri

EqualsAny() public static méthode

public static EqualsAny ( this input ) : bool
input this
Résultat bool

EqualsIgnoreCase() public static méthode

public static EqualsIgnoreCase ( this left, string right ) : bool
left this
right string
Résultat bool

FormatWith() public static méthode

public static FormatWith ( this format ) : string
format this
Résultat string

FormatWithInvariantCulture() public static méthode

public static FormatWithInvariantCulture ( this format ) : string
format this
Résultat string

GetBytes() public static méthode

public static GetBytes ( this input ) : byte[]
input this
Résultat byte[]

IsNullOrBlank() public static méthode

public static IsNullOrBlank ( this value ) : bool
value this
Résultat bool

ParseQueryString() public static méthode

public static ParseQueryString ( this query ) : string>.IDictionary
query this
Résultat string>.IDictionary

PercentEncode() public static méthode

public static PercentEncode ( this s ) : string
s this
Résultat string

Then() public static méthode

public static Then ( this input, string value ) : string
input this
value string
Résultat string

ToBase64String() public static méthode

public static ToBase64String ( this input ) : string
input this
Résultat string

UrlDecode() public static méthode

public static UrlDecode ( this value ) : string
value this
Résultat string

UrlEncode() public static méthode

public static UrlEncode ( this value ) : string
value this
Résultat string