Class DictionaryStringStringExt
Inheritance
DictionaryStringStringExt
Assembly: PlayUR.dll
Syntax
public static class DictionaryStringStringExt
Methods
|
Improve this Doc
View Source
GetDouble(Dictionary<string, string>, string, double)
Declaration
public static double GetDouble(this Dictionary<string, string> aDict, string aKey, double aDefault)
Parameters
Returns
|
Improve this Doc
View Source
GetInt(Dictionary<string, string>, string, int)
Declaration
public static int GetInt(this Dictionary<string, string> aDict, string aKey, int aDefault)
Parameters
Returns