DoubleToChar method

Previous Next

See Also

This method requires two input parameters. The first parameter is a double value and the second a string value. The first parameter represents the double to be formatted and the second represents the format used for conversion. The format can be one of the USoft IO formats used for numbers. The return parameter of the method represents the converted string value. For example:

select USFormat.DoubleToChar(1234.56, '9,999.99') => 1,234.56