This class is used to create a value-pair object where a unique name is assigned to a value. For example, when using a list box or combo box, the data displayed may be different from the data to be returned when an item in the list is selected.
This class handles the synchronization between the key (hidden) and value (exposed) data. For example:
Internal=CA
External=California
|
Constructor. |
|
Gets the key of the pair. | |
|
Gets the value of the pair. | |
|
Returns a copy of the current instance. | |
|
Sets the value and/or the key of the pair. | |
|
Returns a string that represents the current instance. |