Method ToDollarText
ToDollarText(double)
Spells a currency amount out as * DollarText does: the whole part in words,
then "and", then the fractional part as hundredths.
public static string ToDollarText(double value)
Parameters
valuedoubleThe value.
Returns
- string
The spelled-out amount.