C# Класс GnomeServer.Helpers.NameValueCollectionExtensions

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

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

Метод Описание
GetInteger ( this nvc, String key ) : Int32?

Gets the value of the specified key as an integer.

HasKey ( this nvc, String key ) : System.Boolean

Determines whether the specified key exists in the current collection.

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

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

Gets the value of the specified key as an integer.
public static GetInteger ( this nvc, String key ) : Int32?
nvc this
key String
Результат Int32?

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

Determines whether the specified key exists in the current collection.
public static HasKey ( this nvc, String key ) : System.Boolean
nvc this
key String
Результат System.Boolean