Table of Contents

Method ToDollarText

Namespace
DocWright.Dom.Fields
Assembly
DocWright.Dom.dll

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

value double

The value.

Returns

string

The spelled-out amount.