Method toString()
Return type:
java.lang.String
Member of:
java.lang.Float
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
this.setProperty(s,d.toString());
2
print(new Float(value).toString());
3
info.setValue(new Float(Float.MIN_VALUE).toString());
4
info.setValue(new Float(Float.MAX_VALUE).toString());
5
editBeginValue = iv.toString().replace('.', ',');
6
throw new GenieConversionException(getDescriptiveName() + " cannot be larger than " + max.toString());
7
result.write(new Float(c.getFloat("config.float.value")).toString());
8
value = new Float(Float.intBitsToFloat(body.getUDWord())).toString();
9
styleTable.setValueAt(s.getStrokeWidth().toString(),index,3);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.