[]
Sets the value of the current ComboBoxField as a value
formatted according to format.
This method assumes that value is already formatted as required.
E.g. if format is SSN, value should look like "123-45-6789".
public void SetSpecialFormatValue(string value, Field.SpecialFormat format)
| Type | Name | Description |
|---|---|---|
| string | value | The value to assign. |
| Field.SpecialFormat | format | The special format to use. |