Conversions can be done either with the "->" conversion operator or with the equivalent "convert" function. The function has three parameters: a quantity, a unit to convert from and a unit to convert to. Likewise the conversion operator uses three values: the quantity and unit to convert from are placed on the left side of the operator while the unit to convert to goes to the right side.
The basic unit of electric dipole moment is the coulomb meter. All units of electric dipole moment are expressed in terms of this base unit and so measurements can be converted from any one of the following units to any other.
10 coulombMeter -> auEDM = 1.1794744e+30
convert(10; coulombMeter; auEDM) = 1.1794744e+30
10 coulombMeter -> debye = 2.9979246e+30
convert(10; coulombMeter; debye) = 2.9979246e+30
1e+30 auEDM -> coulombMeter = 8.4783531
convert(1e+30; auEDM; coulombMeter) = 8.4783531
1e+30 debye -> coulombMeter = 3.335641
convert(1e+0; debye; coulombMeter) = 3.335641
10 auEDM -> debye = 25.417463
convert(10; auEDM; debye) = 25.417463
10 debye -> auEDM = 3.9343029
convert(10; debye; auEDM) = 3.9343029