Method | Description | |
---|---|---|
GetDate ( string key, System.DateTime default_value ) : System.DateTime | ||
GetIPAddress ( string key, System default_value ) : System.Net.IPAddress | ||
GetInt ( string key, int default_value ) : int | ||
GetString ( string key, string default_value ) : string | ||
GetUri ( string key, |
||
TryGetDate ( string key, System.DateTime &value ) : bool | ||
TryGetIPAddress ( string key, System &value ) : bool | ||
TryGetInt ( string key, int &value ) : bool | ||
TryGetString ( string key, string &value ) : bool | ||
TryGetUri ( string key, |
static public GetDate ( string key, System.DateTime default_value ) : System.DateTime | ||
key | string | |
default_value | System.DateTime | |
return | System.DateTime |
static public GetIPAddress ( string key, System default_value ) : System.Net.IPAddress | ||
key | string | |
default_value | System | |
return | System.Net.IPAddress |
static public GetInt ( string key, int default_value ) : int | ||
key | string | |
default_value | int | |
return | int |
static public GetString ( string key, string default_value ) : string | ||
key | string | |
default_value | string | |
return | string |
static public GetUri ( string key, |
||
key | string | |
default_value | ||
return |
static public TryGetDate ( string key, System.DateTime &value ) : bool | ||
key | string | |
value | System.DateTime | |
return | bool |
static public TryGetIPAddress ( string key, System &value ) : bool | ||
key | string | |
value | System | |
return | bool |
static public TryGetInt ( string key, int &value ) : bool | ||
key | string | |
value | int | |
return | bool |
static public TryGetString ( string key, string &value ) : bool | ||
key | string | |
value | string | |
return | bool |
static public TryGetUri ( string key, |
||
key | string | |
value | ||
return | bool |