C# Класс BetterMembership.Extensions.NameValueCollectionExtension

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

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

Метод Описание
ContainsKey ( this collection, string key ) : bool
GetBoolean ( this collection, string key, bool defaultValue = false ) : bool
GetInteger ( this collection, string key, int defaultValue ) : int
GetString ( this collection, string key, string defaultValue = null ) : string

Описание методов

ContainsKey() публичный статический Метод

public static ContainsKey ( this collection, string key ) : bool
collection this
key string
Результат bool

GetBoolean() публичный статический Метод

public static GetBoolean ( this collection, string key, bool defaultValue = false ) : bool
collection this
key string
defaultValue bool
Результат bool

GetInteger() публичный статический Метод

public static GetInteger ( this collection, string key, int defaultValue ) : int
collection this
key string
defaultValue int
Результат int

GetString() публичный статический Метод

public static GetString ( this collection, string key, string defaultValue = null ) : string
collection this
key string
defaultValue string
Результат string