C# Class GnomeServer.Helpers.NameValueCollectionExtensions

Show file Open project: Rychard/GnomeServer

Public Methods

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

Method Details

GetInteger() public static method

Gets the value of the specified key as an integer.
public static GetInteger ( this nvc, String key ) : Int32?
nvc this
key String
return Int32?

HasKey() public static method

Determines whether the specified key exists in the current collection.
public static HasKey ( this nvc, String key ) : System.Boolean
nvc this
key String
return System.Boolean