Method | Description | |
---|---|---|
Format ( |
Formats a number.
|
Method | Description | |
---|---|---|
AdjustDecimalPlaces ( string numberString, bool adjustDecimalPlaces, int decimalPlacesToShow ) : string |
Mathamatically adjust the decimal places.
|
|
BuildRoundingExpression ( |
||
FormatNumber ( decimal number, bool adjustDecimalPlaces, int decimalPlacesToShow ) : string |
Formats a number into a string with the specified number of decimal places.
|
|
Parse ( string numberString ) : decimal | ||
Round ( |
public Format ( |
||
formatNumberTO | The information on how to format the number. | |
return | string |