class quick_haxe.StringUtilities

Available on all platforms

Class Fields

static function toString(value:Float, decimalPlaces:Int):String

For converting a float to string with a specifed number of decimal places

value

The float to convert

decimalPlaces

The number of decimal places to show

returns

A string representing the float to the desired number of places