IsParameterType
IsParameterType(string, Parameter.Type)
Description
Determine the type of parameter.
Parameters
| Parameter Name | Description | 
|---|---|
| name | Name. | 
| type | Parameter type. | 
Returns
Returns true if the parameter type matches type.
IsParameterType(int, Parameter.Type)
Description
Determine the type of parameter.
Parameters
| Parameter Name | Description | 
|---|---|
| id | ID. | 
| type | Parameter type. | 
Returns
Returns true if the parameter type matches type.