GetStateDataFromComboBoxEntry Method (UtilStates)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetStateDataFromComboBoxEntry() method retrieves the utilization state code and description for the specified StateData object entry from a combo box.
public static void GetStateDataFromComboBoxEntry(
object comboBoxEntry,
out string stateDesc,
out int stateCd
)
Parameters
- comboBoxEntry
- Required. Holds the StateData object from a combo box for which the utilization state description and code are being retrieved.
- stateDesc
- Output. Holds the returned state description.
- stateCd
- Output. Holds the returned state code.