[]
Gets an integer value specified by a path.
public int GetInt(string path)
Type | Name | Description |
---|---|---|
string | path | The target path. |
Type | Description |
---|---|
int | The integer value specified by |
Gets an integer value specified by a path.
public int GetInt(string path, int defaultValue)
Type | Name | Description |
---|---|---|
string | path | The target path. |
int | defaultValue | Used if value at specified path does not exist. |
Type | Description |
---|---|
int | The integer value specified by |