public int GetInteger(string name);
public int GetInteger(int id);
Parameters
| name | The parameter name. | |
| id | The parameter ID. |
Returns
int The value of the parameter.
Description 描述
Returns the value of the given integer parameter.
| name | The parameter name. | |
| id | The parameter ID. |
int The value of the parameter.
Returns the value of the given integer parameter.