C# Класс RestSharp.Authenticators.OAuth.Extensions.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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