NumberAbbreviation.Format
Method in NumberAbbreviation
Declaration
public string Format(double number)Description
Abbreviates a number to a string.
Parameters
| number | The number to abbreviate. |
Returns
| string | The number abbreviated as a string. |
public string Format(double number)Abbreviates a number to a string.
| number | The number to abbreviate. |
| string | The number abbreviated as a string. |