
Attempt to find pair with specified name and convert associated value to a 64-bit integer value
Member of PRIM_SRVM.HttpNameValueCollection (PRIM_SRVM.HttpNameValueCollection)
Parameters
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Boolean | True if specified value was updated with an Int64 value, otherwise false |
Name | *Input | String | Name to locate in the collection |
Value | *Output | Integer | Int64 ariable updated with Int64 value from located pair or if not found, the specified default value |
Default | *Input (Optional) | Integer | Int64 value to use when the name does not exist in the collection |
Details
No detailed help is available for this feature