Converts a number passed as a Double to a String, formatting the String with the decimal and thousands delimiters that you specify. Use this method to format numbers returned by Financial Management methods such as GetCell and GetCells.
<HsvData>.FormatStoredNumberToText(dNumber, lStatus, sDecimalChar, sThousandsChar)
String. Returns the formatted String equivalent of the Double passed to the dNumber argument.
The following example formats the number passed to FormatStoredNumberToText using a comma as a decimal character and periods as the thousands separator character. For example, if 19398736.23 is passed, 19.398.736,23 is assigned to the sRet variable.