Neokernel API

EmailTools.formatDouble(Double, Int32, Boolean) Method

Formats a double value to the specified number of decimal places as a String. Set the fixed parameter to true if ending zeros are required.

public static string formatDouble(
   double value_Renamed,
   int places,
   bool fixed_Renamed
);

See Also

EmailTools Class | com.neokernel.email Namespace | EmailTools.formatDouble Overload List