QueryStringHelper/Find
Find the one that matches the key from the KeyValueList and convert it to type T. Returns information such as whether the key existed and whether the type conversion was done.
Request Information
Parameters
Name | Description | Type |
---|---|---|
dic |
Dictionary of string type |
Dictionary`2 |
key |
key |
String |
Response Information
Response Description
Description | Type |
---|---|
KeyValueResult <string> type as a result of searching for a key from a dictionary of string type |
KeyValueResult`1 |