Show / Hide Table of Contents

Class DictionaryStringStringExt

Inheritance
object
DictionaryStringStringExt
Namespace: PlayUR
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
Type Name Description
Dictionary<string, string> aDict
string aKey
double aDefault
Returns
Type Description
double
| 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
Type Name Description
Dictionary<string, string> aDict
string aKey
int aDefault
Returns
Type Description
int
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX