Float.toString
Float.toString
Class Overview
|
Class Members
|
This Package
|
All Packages
Syntax
public
String
toString()
Returns
a
String
representation of this object.
Description
Returns a String representation of this Float object. The primitive
float
value represented by this object is converted to a
String
exactly as if by the method
toString
of one argument.
Overrides
toString
in class
Object
See Also
toString
Send feedback
to MSDN.
Look here
for MSDN Online resources.