Package hw
Class Conversion
static String floatToString(float f, int nrOfDecimalPlaces)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
| Parameter | Description |
|---|---|
| f | float that should convertet into a String |
| nrOfDecimalPlaces | number of digits after the comma that should be visible in the returned String |
The parameter f that should be converted into a String with a number of decimal places that should be dispalyed.
| Returns | Description |
|---|---|
| String | a new created string |
Copyright © demmel products gmbh. All rights reserved.