Adding and removing validators and converters

For simple types, you can add validators and converters. Note that you can add more than one converter.

To add a converter:

  1. Right-click the simple type's descriptor.
  2. Select Add converter.
  3. From the list of converters, select the one you want the type to use.

To add a validator:

  1. Right-click the simple type's descriptor.
  2. Select Add validator.
  3. From the list of validators, select the one you want the type to use.

To remove a converter or validator:

  1. Right-click the converter or validator you want to delete.
  2. Select Delete.
  3. To proceed with deleting the converter or validator, click OK in the dialog box that appears.