[]
Returns the value of the named parameter, as a string. The value can come from teh defaults, if there are.
public virtual string getParameter(string pname)
| Type | Name | Description |
|---|---|---|
| string | pname | The parameter name. |
| Type | Description |
|---|---|
| string | the value of the parameter as a string, or null if there is no parameter with the name 'pname'. |